aboutsummaryrefslogtreecommitdiff
path: root/ci/run_tests.bat
diff options
context:
space:
mode:
Diffstat (limited to 'ci/run_tests.bat')
-rwxr-xr-xci/run_tests.bat13
1 files changed, 12 insertions, 1 deletions
diff --git a/ci/run_tests.bat b/ci/run_tests.bat
index 22be2db..42f391c 100755
--- a/ci/run_tests.bat
+++ b/ci/run_tests.bat
@@ -109,6 +109,17 @@ if errorlevel 1 exit 1
.\build\gfortran_debug\test\farewell_test
+cd ..\with_examples
+if errorlevel 1 exit 1
+
+del /q /f build
+%fpm_path% build
+if errorlevel 1 exit 1
+
+.\build\gfortran_debug\app\demo-prog
+if errorlevel 1 exit 1
+
+
cd ..\auto_discovery_off
if errorlevel 1 exit 1
@@ -167,4 +178,4 @@ if errorlevel 1 exit 1
.\build\gfortran_debug\app\gomp_test
if errorlevel 1 exit 1
-cd ..\.. \ No newline at end of file
+cd ..\..