Mercurial > hg > monetdb-java
diff tests/build.xml @ 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 (14 months ago) |
parents | d9a45743536d |
children | 65d42db0c831 |
line wrap: on
line diff
--- a/tests/build.xml +++ b/tests/build.xml @@ -123,6 +123,7 @@ Copyright 1997 - July 2008 CWI. <java classname="${test.class}" failonerror="true" fork="true"> <classpath> <pathelement path="${builddir}" /> + <pathelement path="." /> <!-- Needed for 'ant test' to find tests.md. --> <pathelement path="${jdbc_jar}" /> </classpath> <arg value="${jdbc_url}" />