diff options
author | Milan Curcic <caomaco@gmail.com> | 2020-09-05 12:43:09 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-05 12:43:09 -0400 |
commit | cd10478e26c428e599a1cecc99b03b6b0c1292d3 (patch) | |
tree | e37d767d2e9f5483f7f8de7208c9a85322f6d521 /ci/run_tests.bat | |
parent | 39fb22dcb92cf129de7b01acb7692c28efa9f981 (diff) | |
parent | 7036ed9c7520b87dbef40bc7b68d2d2f7753fab9 (diff) | |
download | fpm-cd10478e26c428e599a1cecc99b03b6b0c1292d3.tar.gz fpm-cd10478e26c428e599a1cecc99b03b6b0c1292d3.zip |
Merge pull request #157 from awvwgk/fortran-impl
Implement reading of fpm.toml
Diffstat (limited to 'ci/run_tests.bat')
-rwxr-xr-x | ci/run_tests.bat | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ci/run_tests.bat b/ci/run_tests.bat index 99d0296..33d7071 100755 --- a/ci/run_tests.bat +++ b/ci/run_tests.bat @@ -9,6 +9,9 @@ if errorlevel 1 exit 1 fpm run if errorlevel 1 exit 1 +fpm test +if errorlevel 1 exit 1 + build\gfortran_debug\app\fpm if errorlevel 1 exit 1 |