summaryrefslogtreecommitdiff
path: root/tests/projects/swig/java_c/xmake.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tests/projects/swig/java_c/xmake.lua')
-rw-r--r--tests/projects/swig/java_c/xmake.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/projects/swig/java_c/xmake.lua b/tests/projects/swig/java_c/xmake.lua
index 65e871ce6..c1dfccf0d 100644
--- a/tests/projects/swig/java_c/xmake.lua
+++ b/tests/projects/swig/java_c/xmake.lua
@@ -7,6 +7,8 @@ target("example")
set_kind('shared')
-- set moduletype to java
add_rules("swig.c", {moduletype = "java"})
+ -- test jar build
+ -- add_rules("swig.c", {moduletype = "java" , buildjar = true})
-- use swigflags to provider package name and output path of java files
add_files("src/example.i", {swigflags = {
"-package",