aboutsummaryrefslogtreecommitdiff
path: root/run_tests.sh
diff options
context:
space:
mode:
authorOndřej Čertík <ondrej@certik.us>2020-01-12 10:41:20 -0700
committerOndřej Čertík <ondrej@certik.us>2020-01-12 10:41:20 -0700
commit0ce4220d7173a1dea93d5ec0a566d523ec4f23c2 (patch)
treee98e15cc1a9c9599d079bc27a6e546339a74f9ad /run_tests.sh
parent4671b5f14f5ff8ad286f1bcab6fee91e0df20926 (diff)
downloadfpm-0ce4220d7173a1dea93d5ec0a566d523ec4f23c2.tar.gz
fpm-0ce4220d7173a1dea93d5ec0a566d523ec4f23c2.zip
Add a script to run tests
Diffstat (limited to 'run_tests.sh')
-rwxr-xr-xrun_tests.sh8
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