From 0ce4220d7173a1dea93d5ec0a566d523ec4f23c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20=C4=8Cert=C3=ADk?= Date: Sun, 12 Jan 2020 10:41:20 -0700 Subject: Add a script to run tests --- run_tests.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 run_tests.sh (limited to 'run_tests.sh') 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 -- cgit v1.2.3