diff options
author | Brad Richardson <everythingfunctional@protonmail.com> | 2020-10-22 14:03:06 -0500 |
---|---|---|
committer | Brad Richardson <everythingfunctional@protonmail.com> | 2020-10-22 14:03:06 -0500 |
commit | 39cca4d6f55a9c1e666f98544a5ccb10a8d84334 (patch) | |
tree | 3d346a9034cacdc1184ad14ceb6133c95a79e029 /ci/run_tests.bat | |
parent | e7b135b834f79f819fbe27e616a3fdff155b0fdc (diff) | |
parent | ad9ebadbde4405a544e5cf32f1f5d3507a7e2dfd (diff) | |
download | fpm-39cca4d6f55a9c1e666f98544a5ccb10a8d84334.tar.gz fpm-39cca4d6f55a9c1e666f98544a5ccb10a8d84334.zip |
Merge branch 'master' into bootstrap_submodule_support
Diffstat (limited to 'ci/run_tests.bat')
-rwxr-xr-x | ci/run_tests.bat | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/ci/run_tests.bat b/ci/run_tests.bat index 4136924..517ff06 100755 --- a/ci/run_tests.bat +++ b/ci/run_tests.bat @@ -25,6 +25,30 @@ if errorlevel 1 exit 1 if errorlevel 1 exit 1 +cd ..\hello_fpm +if errorlevel 1 exit 1 + +..\..\..\fpm\build\gfortran_debug\app\fpm build +if errorlevel 1 exit 1 + +.\build\gfortran_debug\app\hello_fpm +if errorlevel 1 exit 1 + + +cd ..\circular_test +if errorlevel 1 exit 1 + +..\..\..\fpm\build\gfortran_debug\app\fpm build +if errorlevel 1 exit 1 + + +cd ..\circular_example +if errorlevel 1 exit 1 + +..\..\..\fpm\build\gfortran_debug\app\fpm build +if errorlevel 1 exit 1 + + cd ..\hello_complex if errorlevel 1 exit 1 |