diff options
Diffstat (limited to 'run_tests.sh')
-rwxr-xr-x | run_tests.sh | 6 |
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 ../.. |