diff runtests.sh @ 37:c436b5131196

Also run the tests
author Joeri van Ruth <joeri.van.ruth@monetdbsolutions.com>
date Thu, 17 Dec 2020 14:09:17 +0100 (2020-12-17)
parents a8bdee6b0128
children 5b27d21cf817
line wrap: on
line diff
--- a/runtests.sh
+++ b/runtests.sh
@@ -24,6 +24,16 @@ fi
 export DBI_DSN=dbi:monetdb:database=perltestdb
 export PERL5LIB=$PWD/MonetDB-CLI-MapiPP:$PWD/MonetDB-CLI:$PWD
 
+
+for i in DBD MonetDB-CLI/MonetDB MonetDB-CLI-MapiPP/MonetDB/CLI
+do
+	(
+		cd $i
+		perl Makefile.PL
+		make
+	)
+done
+
 make -C DBD test
 :
 make -C MonetDB-CLI/MonetDB test