diff Makefile @ 880:74b907f25564

Allow to run 'make test' in the toplevel directory
author Joeri van Ruth <joeri.van.ruth@monetdbsolutions.com>
date Wed, 28 Feb 2024 14:06:11 +0100 (13 months ago)
parents a03de7b24ae8
children cccaeb65a5d6
line wrap: on
line diff
--- a/Makefile
+++ b/Makefile
@@ -7,6 +7,10 @@ jre17jars: src/main/java/org/monetdb/jdb
 	ant -f build_jre17.xml distjdbc
 	rm -rf build
 
+test: all
+	echo banana
+	cd tests; ant  -f build.xml test
+
 testsjar:
 	cd tests; ant -f build.xml jar_jdbctests