diff options
author | Ondřej Čertík <ondrej@certik.us> | 2020-01-12 15:18:04 -0700 |
---|---|---|
committer | Ondřej Čertík <ondrej@certik.us> | 2020-01-12 15:18:04 -0700 |
commit | 434213681dc74d8d6fae62e34917dfe4c9efb086 (patch) | |
tree | 51bce302f5a412f3ab9759d4a23ddc087d5fd6a5 /run_tests.sh | |
parent | 66971b3a4b0d06925aee05a772bb61233e54ac2f (diff) | |
download | fpm-434213681dc74d8d6fae62e34917dfe4c9efb086.tar.gz fpm-434213681dc74d8d6fae62e34917dfe4c9efb086.zip |
Run CMake as part of "build", implement "run"
Diffstat (limited to 'run_tests.sh')
-rwxr-xr-x | run_tests.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/run_tests.sh b/run_tests.sh index 123acb2..d47133b 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -6,3 +6,4 @@ fpm=$(pwd)/target/debug/fpm cd tests/1 ${fpm} build +${fpm} run |