aboutsummaryrefslogtreecommitdiff
path: root/run_tests.sh
diff options
context:
space:
mode:
authorOndřej Čertík <ondrej@certik.us>2020-01-12 22:45:33 +0000
committerOndřej Čertík <ondrej@certik.us>2020-01-12 22:45:33 +0000
commit88101d7128d80a929ab526058a5ef784e567d33a (patch)
tree9422ca334f8822d17f205f4e0b8ecb34883874d7 /run_tests.sh
parentee89a3e3dfeae3881065a81646c43d8ac07824a5 (diff)
parent8547d5b5c31d9b2f5bde16965027c2feffa01f9c (diff)
downloadfpm-88101d7128d80a929ab526058a5ef784e567d33a.tar.gz
fpm-88101d7128d80a929ab526058a5ef784e567d33a.zip
Merge branch 'cmake2' into 'master'
Generate CMakeLists.txt from a template See merge request certik/fpm!6
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 ../..