aboutsummaryrefslogtreecommitdiff
path: root/run_tests.sh
diff options
context:
space:
mode:
authorOndřej Čertík <ondrej@certik.us>2020-01-12 17:43:43 +0000
committerOndřej Čertík <ondrej@certik.us>2020-01-12 17:43:43 +0000
commit66971b3a4b0d06925aee05a772bb61233e54ac2f (patch)
treee98e15cc1a9c9599d079bc27a6e546339a74f9ad /run_tests.sh
parentd299de0bd577b1aee121cdd728451af3ad857791 (diff)
parent0ce4220d7173a1dea93d5ec0a566d523ec4f23c2 (diff)
downloadfpm-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-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