diff options
author | Laurence Kedward <laurence.kedward@bristol.ac.uk> | 2020-10-20 17:01:36 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-20 17:01:36 +0100 |
commit | ad9ebadbde4405a544e5cf32f1f5d3507a7e2dfd (patch) | |
tree | 2d68be9ad477c914a4a5733beed2bf66b5ba2cba /ci/run_tests.sh | |
parent | 49de89e8608da15a04bed388e2d1774e1737acd8 (diff) | |
parent | eebe0ff0be5e4541dd00951fc593409eb92ea737 (diff) | |
download | fpm-ad9ebadbde4405a544e5cf32f1f5d3507a7e2dfd.tar.gz fpm-ad9ebadbde4405a544e5cf32f1f5d3507a7e2dfd.zip |
Merge pull request #193 from LKedward/local-depends
Local path and remote git dependencies
Diffstat (limited to 'ci/run_tests.sh')
-rwxr-xr-x | ci/run_tests.sh | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ci/run_tests.sh b/ci/run_tests.sh index adff2b3..7ca33d8 100755 --- a/ci/run_tests.sh +++ b/ci/run_tests.sh @@ -12,6 +12,16 @@ cd ../test/example_packages/hello_world ../../../fpm/build/gfortran_debug/app/fpm build ./build/gfortran_debug/app/hello_world +cd ../hello_fpm +../../../fpm/build/gfortran_debug/app/fpm build +./build/gfortran_debug/app/hello_fpm + +cd ../circular_test +../../../fpm/build/gfortran_debug/app/fpm build + +cd ../circular_example +../../../fpm/build/gfortran_debug/app/fpm build + cd ../hello_complex ../../../fpm/build/gfortran_debug/app/fpm build ./build/gfortran_debug/app/say_Hello |