diff options
author | Ondřej Čertík <ondrej@certik.us> | 2020-01-12 17:43:43 +0000 |
---|---|---|
committer | Ondřej Čertík <ondrej@certik.us> | 2020-01-12 17:43:43 +0000 |
commit | 66971b3a4b0d06925aee05a772bb61233e54ac2f (patch) | |
tree | e98e15cc1a9c9599d079bc27a6e546339a74f9ad /run_tests.sh | |
parent | d299de0bd577b1aee121cdd728451af3ad857791 (diff) | |
parent | 0ce4220d7173a1dea93d5ec0a566d523ec4f23c2 (diff) | |
download | fpm-66971b3a4b0d06925aee05a772bb61233e54ac2f.tar.gz fpm-66971b3a4b0d06925aee05a772bb61233e54ac2f.zip |
Merge branch 'tests' into 'master'
Add tests
See merge request certik/fpm!4
Diffstat (limited to 'run_tests.sh')
-rwxr-xr-x | run_tests.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/run_tests.sh b/run_tests.sh new file mode 100755 index 0000000..123acb2 --- /dev/null +++ b/run_tests.sh @@ -0,0 +1,8 @@ +#!/bin/bash + +set -ex + +fpm=$(pwd)/target/debug/fpm + +cd tests/1 +${fpm} build |