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.sh | |
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.sh')
-rwxr-xr-x | ci/run_tests.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/run_tests.sh b/ci/run_tests.sh index 59724d5..c740cd8 100755 --- a/ci/run_tests.sh +++ b/ci/run_tests.sh @@ -5,6 +5,7 @@ set -ex cd fpm fpm build fpm run +fpm test build/gfortran_debug/app/fpm cd ../test/example_packages/hello_world ../../../fpm/build/gfortran_debug/app/fpm build |