diff options
author | Sven Gothel <[email protected]> | 2023-08-05 02:10:45 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2023-08-05 02:10:45 +0200 |
commit | 8b4d36e543a14c404c73942840f15a4d81d83990 (patch) | |
tree | 8545d106cbc2572426f13214d593880bbf084b30 /make | |
parent | 1e4e23c1a4bd6737e3513df2c3e905d83337fd8d (diff) |
WIP JavaCallback Tests: Rename test2-gluegen.cfg -> test2-if.cfg
Diffstat (limited to 'make')
-rw-r--r-- | make/build-test.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/build-test.xml b/make/build-test.xml index f472063..1617965 100644 --- a/make/build-test.xml +++ b/make/build-test.xml @@ -671,7 +671,7 @@ chmod 644 ${results}/* \${line.separator} <gluegen src="${test.junit.generation.dir}/test2.h" outputRootDir="${build_t.gen}" - config="${test.junit.generation.dir}/test2-gluegen.cfg" + config="${test.junit.generation.dir}/test2-if.cfg" literalInclude="${test.junit.generation.dir}" includeRefid="stub.includes.fileset.test" emitter="com.jogamp.gluegen.JavaEmitter" |