diff options
author | Ondřej Čertík <ondrej@certik.us> | 2020-01-12 10:41:20 -0700 |
---|---|---|
committer | Ondřej Čertík <ondrej@certik.us> | 2020-01-12 10:41:20 -0700 |
commit | 0ce4220d7173a1dea93d5ec0a566d523ec4f23c2 (patch) | |
tree | e98e15cc1a9c9599d079bc27a6e546339a74f9ad /run_tests.sh | |
parent | 4671b5f14f5ff8ad286f1bcab6fee91e0df20926 (diff) | |
download | fpm-0ce4220d7173a1dea93d5ec0a566d523ec4f23c2.tar.gz fpm-0ce4220d7173a1dea93d5ec0a566d523ec4f23c2.zip |
Add a script to run tests
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 |