aboutsummaryrefslogtreecommitdiff
path: root/run_tests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'run_tests.sh')
-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 ../..