diff options
author | Ondřej Čertík <ondrej@certik.us> | 2020-07-31 21:53:04 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-31 21:53:04 -0600 |
commit | 39fb22dcb92cf129de7b01acb7692c28efa9f981 (patch) | |
tree | 81ae9745783b5750b423f09a001d6088f57ccffb /ci/run_tests.sh | |
parent | fcb7f675a8203f0ab518b20e9e11ee6dd49c3186 (diff) | |
parent | d36859ab2742d1801266c538ab6d407cdaae9142 (diff) | |
download | fpm-39fb22dcb92cf129de7b01acb7692c28efa9f981.tar.gz fpm-39fb22dcb92cf129de7b01acb7692c28efa9f981.zip |
Merge pull request #151 from everythingfunctional/refactor_for_command_line
Refactor to make it easier to start developing the command line aspects
Diffstat (limited to 'ci/run_tests.sh')
-rwxr-xr-x | ci/run_tests.sh | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/ci/run_tests.sh b/ci/run_tests.sh index e8a37e6..59724d5 100755 --- a/ci/run_tests.sh +++ b/ci/run_tests.sh @@ -5,8 +5,7 @@ set -ex cd fpm fpm build fpm run -fpm run --args build -./fpm +build/gfortran_debug/app/fpm cd ../test/example_packages/hello_world -../../../fpm/fpm build +../../../fpm/build/gfortran_debug/app/fpm build ./hello_world |