diff options
Diffstat (limited to 'ci/run_tests.bat')
-rwxr-xr-x | ci/run_tests.bat | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ci/run_tests.bat b/ci/run_tests.bat index 5a4d624..92b3cd6 100755 --- a/ci/run_tests.bat +++ b/ci/run_tests.bat @@ -58,4 +58,14 @@ cd ..\submodules if errorlevel 1 exit 1 ..\..\..\fpm\build\gfortran_debug\app\fpm build +if errorlevel 1 exit 1 + + +cd ..\program_with_module +if errorlevel 1 exit 1 + +..\..\..\fpm\build\gfortran_debug\app\fpm build +if errorlevel 1 exit 1 + +.\build\gfortran_debug\app\Program_with_module if errorlevel 1 exit 1
\ No newline at end of file |