aboutsummaryrefslogtreecommitdiff
path: root/ci/run_tests.bat
diff options
context:
space:
mode:
authorBrad Richardson <everythingfunctional@protonmail.com>2020-09-11 13:24:20 -0700
committerGitHub <noreply@github.com>2020-09-11 13:24:20 -0700
commite02171d28bb783bb419b44ef453ca56286b389a6 (patch)
tree29df48b8741b0647f4aa43ccfbec9233b8eebf3d /ci/run_tests.bat
parent9dca64d704250baa8057d38394838866535f6fd9 (diff)
parenteed082b47c95b3732dee25822f8604e80fe34790 (diff)
downloadfpm-e02171d28bb783bb419b44ef453ca56286b389a6.tar.gz
fpm-e02171d28bb783bb419b44ef453ca56286b389a6.zip
Merge pull request #155 from LKedward/dependencies
[Fortran fpm] Internal dependencies & build backend
Diffstat (limited to 'ci/run_tests.bat')
-rwxr-xr-xci/run_tests.bat21
1 files changed, 20 insertions, 1 deletions
diff --git a/ci/run_tests.bat b/ci/run_tests.bat
index 33d7071..9435e0d 100755
--- a/ci/run_tests.bat
+++ b/ci/run_tests.bat
@@ -21,5 +21,24 @@ if errorlevel 1 exit 1
..\..\..\fpm\build\gfortran_debug\app\fpm build
if errorlevel 1 exit 1
-.\hello_world
+.\build\gfortran_debug\app\hello_world
if errorlevel 1 exit 1
+
+
+cd ..\hello_complex
+if errorlevel 1 exit 1
+
+..\..\..\fpm\build\gfortran_debug\app\fpm build
+if errorlevel 1 exit 1
+
+.\build\gfortran_debug\app\say_Hello
+if errorlevel 1 exit 1
+
+.\build\gfortran_debug\app\say_goodbye
+if errorlevel 1 exit 1
+
+.\build\gfortran_debug\test\greet_test
+if errorlevel 1 exit 1
+
+.\build\gfortran_debug\test\farewell_test
+if errorlevel 1 exit 1 \ No newline at end of file