From 75f8eda5115f3f5160d8aeda63f72d7c852684f7 Mon Sep 17 00:00:00 2001 From: LKedward Date: Sat, 5 Dec 2020 16:53:46 +0000 Subject: Update tests: to include run and test commands --- ci/run_tests.bat | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ci/run_tests.bat') 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 -- cgit v1.2.3