diff options
author | Brad Richardson <everythingfunctional@protonmail.com> | 2020-09-11 13:24:20 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-11 13:24:20 -0700 |
commit | e02171d28bb783bb419b44ef453ca56286b389a6 (patch) | |
tree | 29df48b8741b0647f4aa43ccfbec9233b8eebf3d /ci/run_tests.bat | |
parent | 9dca64d704250baa8057d38394838866535f6fd9 (diff) | |
parent | eed082b47c95b3732dee25822f8604e80fe34790 (diff) | |
download | fpm-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-x | ci/run_tests.bat | 21 |
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 |