diff options
Diffstat (limited to 'test/junit/com/jogamp/gluegen/test.cfg')
-rw-r--r-- | test/junit/com/jogamp/gluegen/test.cfg | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/test/junit/com/jogamp/gluegen/test.cfg b/test/junit/com/jogamp/gluegen/test.cfg new file mode 100644 index 0000000..a2ac567 --- /dev/null +++ b/test/junit/com/jogamp/gluegen/test.cfg @@ -0,0 +1,9 @@ +Package test +Style AllStatic +JavaClass BindingTest +JavaOutputDir java +NativeOutputDir native + +CustomCCode #include "test.h" + +Import com.jogamp.common.nio.*
\ No newline at end of file |