summaryrefslogtreecommitdiff
path: root/test/Java
diff options
context:
space:
mode:
Diffstat (limited to 'test/Java')
-rw-r--r--test/Java/swig-dependencies.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Java/swig-dependencies.py b/test/Java/swig-dependencies.py
index cc541807..f71ab31e 100644
--- a/test/Java/swig-dependencies.py
+++ b/test/Java/swig-dependencies.py
@@ -35,13 +35,13 @@ import TestSCons
test = TestSCons.TestSCons()
swig = test.where_is('swig')
-
if not swig:
test.skip_test('Can not find installed "swig", skipping test.\n')
where_javac, java_version = test.java_where_javac()
where_javah = test.java_where_javah()
-where_jar = test.java_where_jar()
+#where_jar = test.java_where_jar()
+
where_java_include=test.java_where_includes()
test.subdir(['foo'],