diff options
Diffstat (limited to 'ci/run_tests.bat')
-rwxr-xr-x | ci/run_tests.bat | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ci/run_tests.bat b/ci/run_tests.bat index 0d0be99..99d0296 100755 --- a/ci/run_tests.bat +++ b/ci/run_tests.bat @@ -9,13 +9,13 @@ if errorlevel 1 exit 1 fpm run if errorlevel 1 exit 1 -.\fpm +build\gfortran_debug\app\fpm if errorlevel 1 exit 1 cd ..\test\example_packages\hello_world if errorlevel 1 exit 1 -..\..\..\fpm\fpm build +..\..\..\fpm\build\gfortran_debug\app\fpm build if errorlevel 1 exit 1 .\hello_world |