diff options
Diffstat (limited to 'ci')
-rwxr-xr-x | ci/run_tests.bat | 2 | ||||
-rwxr-xr-x | ci/run_tests.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ci/run_tests.bat b/ci/run_tests.bat index 33d7071..ea50a70 100755 --- a/ci/run_tests.bat +++ b/ci/run_tests.bat @@ -21,5 +21,5 @@ if errorlevel 1 exit 1 ..\..\..\fpm\build\gfortran_debug\app\fpm build if errorlevel 1 exit 1 -.\hello_world +.\build\gfortran_debug\hello_world if errorlevel 1 exit 1 diff --git a/ci/run_tests.sh b/ci/run_tests.sh index c740cd8..0d9e7b1 100755 --- a/ci/run_tests.sh +++ b/ci/run_tests.sh @@ -9,4 +9,4 @@ fpm test build/gfortran_debug/app/fpm cd ../test/example_packages/hello_world ../../../fpm/build/gfortran_debug/app/fpm build -./hello_world +./build/gfortran_debug/hello_world |