aboutsummaryrefslogtreecommitdiff
path: root/ci/run_tests.bat
diff options
context:
space:
mode:
authorLaurence Kedward <laurence.kedward@bristol.ac.uk>2020-12-08 15:53:08 +0000
committerGitHub <noreply@github.com>2020-12-08 15:53:08 +0000
commit6e46fba605e43473e7d7f680f13ca8ff02ec436e (patch)
tree53ee494f1a97a56b1ba012c94bbe0c2677a129b8 /ci/run_tests.bat
parent849db65f153d7019b1e6286df76ec38e49d1e8ac (diff)
parented6222b080d56c7768ec413bef631520a553ee42 (diff)
downloadfpm-6e46fba605e43473e7d7f680f13ca8ff02ec436e.tar.gz
fpm-6e46fba605e43473e7d7f680f13ca8ff02ec436e.zip
Merge pull request #271 from LKedward/fix-window-run-test
Fix Windows run and test commands
Diffstat (limited to 'ci/run_tests.bat')
-rwxr-xr-xci/run_tests.bat6
1 files changed, 6 insertions, 0 deletions
diff --git a/ci/run_tests.bat b/ci/run_tests.bat
index 533590d..22be2db 100755
--- a/ci/run_tests.bat
+++ b/ci/run_tests.bat
@@ -36,6 +36,9 @@ if errorlevel 1 exit 1
.\build\gfortran_debug\app\hello_world
if errorlevel 1 exit 1
+%fpm_path% run
+if errorlevel 1 exit 1
+
cd ..\hello_fpm
if errorlevel 1 exit 1
@@ -71,6 +74,9 @@ del /q /f build
%fpm_path% build
if errorlevel 1 exit 1
+%fpm_path% test
+if errorlevel 1 exit 1
+
.\build\gfortran_debug\app\say_Hello
if errorlevel 1 exit 1