Mercurial > hg > monetdb-java
changeset 538:4c2bf747f61f onclient
Also include TestRunner class in jdbctests.jar
author | Joeri van Ruth <joeri.van.ruth@monetdbsolutions.com> |
---|---|
date | Thu, 02 Sep 2021 13:35:35 +0200 (2021-09-02) |
parents | 242debd7e866 |
children | 5d524783f7b0 |
files | tests/build.xml |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/tests/build.xml +++ b/tests/build.xml @@ -72,6 +72,7 @@ Copyright 1997 - July 2008 CWI, August 2 <jar jarfile="${jdbctests-jar}"> <fileset dir="${builddir}"> <include name="JDBC_API_Tester.class" /> + <include name="TestRunner.class" /> <include name="OnClientTester.class" /> </fileset> </jar> @@ -102,6 +103,7 @@ Copyright 1997 - July 2008 CWI, August 2 <!-- Run tests --> <target name="test"> <antcall target="JDBC_API_Tester" /> + <antcall target="OnClientTester" /> </target> <target name="test_class" depends="compile,jdbc">