aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOndřej Čertík <ondrej@certik.us>2020-01-12 15:40:27 -0700
committerOndřej Čertík <ondrej@certik.us>2020-01-12 15:41:08 -0700
commit8547d5b5c31d9b2f5bde16965027c2feffa01f9c (patch)
tree9422ca334f8822d17f205f4e0b8ecb34883874d7
parent99847aa3ca84a507758f0fe690c062064e393b57 (diff)
downloadfpm-8547d5b5c31d9b2f5bde16965027c2feffa01f9c.tar.gz
fpm-8547d5b5c31d9b2f5bde16965027c2feffa01f9c.zip
Run the test
-rwxr-xr-xrun_tests.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/run_tests.sh b/run_tests.sh
index d47133b..8a517cc 100755
--- a/run_tests.sh
+++ b/run_tests.sh
@@ -7,3 +7,9 @@ fpm=$(pwd)/target/debug/fpm
cd tests/1
${fpm} build
${fpm} run
+cd ../..
+
+cd tests/2
+${fpm} build
+${fpm} run
+cd ../..