aboutsummaryrefslogtreecommitdiff
path: root/ci/run_tests.bat
diff options
context:
space:
mode:
Diffstat (limited to 'ci/run_tests.bat')
-rwxr-xr-xci/run_tests.bat25
1 files changed, 12 insertions, 13 deletions
diff --git a/ci/run_tests.bat b/ci/run_tests.bat
index 645fd49..7d0b178 100755
--- a/ci/run_tests.bat
+++ b/ci/run_tests.bat
@@ -15,11 +15,10 @@ if errorlevel 1 exit 1
build\gfortran_debug\app\fpm
if errorlevel 1 exit 1
-
-cd ..\test\example_packages\hello_world
+cd ..\example_packages\hello_world
if errorlevel 1 exit 1
-..\..\..\fpm\build\gfortran_debug\app\fpm build
+..\..\fpm\build\gfortran_debug\app\fpm build
if errorlevel 1 exit 1
.\build\gfortran_debug\app\hello_world
@@ -29,7 +28,7 @@ if errorlevel 1 exit 1
cd ..\hello_fpm
if errorlevel 1 exit 1
-..\..\..\fpm\build\gfortran_debug\app\fpm build
+..\..\fpm\build\gfortran_debug\app\fpm build
if errorlevel 1 exit 1
.\build\gfortran_debug\app\hello_fpm
@@ -39,21 +38,21 @@ if errorlevel 1 exit 1
cd ..\circular_test
if errorlevel 1 exit 1
-..\..\..\fpm\build\gfortran_debug\app\fpm build
+..\..\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
+..\..\fpm\build\gfortran_debug\app\fpm build
if errorlevel 1 exit 1
cd ..\hello_complex
if errorlevel 1 exit 1
-..\..\..\fpm\build\gfortran_debug\app\fpm build
+..\..\fpm\build\gfortran_debug\app\fpm build
if errorlevel 1 exit 1
.\build\gfortran_debug\app\say_Hello
@@ -72,7 +71,7 @@ if errorlevel 1 exit 1
cd ..\hello_complex_2
if errorlevel 1 exit 1
-..\..\..\fpm\build\gfortran_debug\app\fpm build
+..\..\fpm\build\gfortran_debug\app\fpm build
if errorlevel 1 exit 1
.\build\gfortran_debug\app\say_hello_world
@@ -90,7 +89,7 @@ if errorlevel 1 exit 1
cd ..\auto_discovery_off
if errorlevel 1 exit 1
-..\..\..\fpm\build\gfortran_debug\app\fpm build
+..\..\fpm\build\gfortran_debug\app\fpm build
if errorlevel 1 exit 1
.\build\gfortran_debug\app\auto_discovery_off
@@ -107,7 +106,7 @@ if exist .\build\gfortran_debug\test\unused_test exit /B 1
cd ..\with_c
if errorlevel 1 exit 1
-..\..\..\fpm\build\gfortran_debug\app\fpm build
+..\..\fpm\build\gfortran_debug\app\fpm build
if errorlevel 1 exit 1
.\build\gfortran_debug\app\with_c
@@ -117,15 +116,15 @@ if errorlevel 1 exit 1
cd ..\submodules
if errorlevel 1 exit 1
-..\..\..\fpm\build\gfortran_debug\app\fpm build
+..\..\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
+..\..\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
+if errorlevel 1 exit 1