diff options
Diffstat (limited to 'run_tests.sh')
-rwxr-xr-x | run_tests.sh | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/run_tests.sh b/run_tests.sh deleted file mode 100755 index 8a517cc..0000000 --- a/run_tests.sh +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/bash - -set -ex - -fpm=$(pwd)/target/debug/fpm - -cd tests/1 -${fpm} build -${fpm} run -cd ../.. - -cd tests/2 -${fpm} build -${fpm} run -cd ../.. |