aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xci/run_tests.bat4
-rwxr-xr-xci/run_tests.sh4
2 files changed, 4 insertions, 4 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
diff --git a/ci/run_tests.sh b/ci/run_tests.sh
index e71d883..59724d5 100755
--- a/ci/run_tests.sh
+++ b/ci/run_tests.sh
@@ -5,7 +5,7 @@ set -ex
cd fpm
fpm build
fpm run
-./fpm
+build/gfortran_debug/app/fpm
cd ../test/example_packages/hello_world
-../../../fpm/fpm build
+../../../fpm/build/gfortran_debug/app/fpm build
./hello_world