From 69049d83b89f0d54b9c9c03cc020c0b7d40a3aaf Mon Sep 17 00:00:00 2001 From: Waf Project Date: Mon, 20 May 2024 23:45:20 +0200 Subject: [PATCH] Update the javatest example --- playground/javatest/wscript | 2 ++ 1 file changed, 2 insertions(+) diff --git a/playground/javatest/wscript b/playground/javatest/wscript index 538fafde..66cfece8 100644 --- a/playground/javatest/wscript +++ b/playground/javatest/wscript @@ -6,6 +6,8 @@ # Simple script to demonstrate integration of Java Unit testing inside # standard waf_unit_test using either TestNG or JUnit # +# try: +# waf configure --jtpath=/usr/share/java/testng.jar:/usr/share/java/jcommander.jar clean build def test_results(bld): """