aboutsummaryrefslogtreecommitdiff
path: root/ci/run_tests.bat
diff options
context:
space:
mode:
authorSebastian Ehlert <28669218+awvwgk@users.noreply.github.com>2020-12-10 18:45:22 +0100
committerGitHub <noreply@github.com>2020-12-10 18:45:22 +0100
commit6e6e6b52a464b873ecaddbdc094cf6344c85f97a (patch)
tree1268256cb5dbbc3a1e052e7395bb42ab3c6713ac /ci/run_tests.bat
parent63a565fab4300e43fbd2d06b23d3c1f2a4e1976e (diff)
parentbc9638225ad7b696614e1c47335ec390ea268088 (diff)
downloadfpm-6e6e6b52a464b873ecaddbdc094cf6344c85f97a.tar.gz
fpm-6e6e6b52a464b873ecaddbdc094cf6344c85f97a.zip
Merge pull request #280 from awvwgk/example
Create specification for example section and implement example applications for Fortran and Haskell version
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 ..\..