diff options
author | Sebastian Ehlert <28669218+awvwgk@users.noreply.github.com> | 2020-12-10 18:45:22 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-10 18:45:22 +0100 |
commit | 6e6e6b52a464b873ecaddbdc094cf6344c85f97a (patch) | |
tree | 1268256cb5dbbc3a1e052e7395bb42ab3c6713ac /ci/run_tests.bat | |
parent | 63a565fab4300e43fbd2d06b23d3c1f2a4e1976e (diff) | |
parent | bc9638225ad7b696614e1c47335ec390ea268088 (diff) | |
download | fpm-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-x | ci/run_tests.bat | 13 |
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 ..\.. |