diff options
author | Ondřej Čertík <ondrej@certik.us> | 2020-01-12 22:40:51 +0000 |
---|---|---|
committer | Ondřej Čertík <ondrej@certik.us> | 2020-01-12 22:40:51 +0000 |
commit | ee89a3e3dfeae3881065a81646c43d8ac07824a5 (patch) | |
tree | 51bce302f5a412f3ab9759d4a23ddc087d5fd6a5 /run_tests.sh | |
parent | 66971b3a4b0d06925aee05a772bb61233e54ac2f (diff) | |
parent | 434213681dc74d8d6fae62e34917dfe4c9efb086 (diff) | |
download | fpm-ee89a3e3dfeae3881065a81646c43d8ac07824a5.tar.gz fpm-ee89a3e3dfeae3881065a81646c43d8ac07824a5.zip |
Merge branch 'cmake' into 'master'
Call CMake
See merge request certik/fpm!5
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 |