summaryrefslogtreecommitdiffstats
path: root/test/junit/com/jogamp/gluegen/dyntest.cfg
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2010-11-25 05:15:35 +0100
committerSven Gothel <[email protected]>2010-11-25 05:15:35 +0100
commit06066237533e8c8de93b7878daded9a3c28a3545 (patch)
tree54d5ab8bf7f579234c656beabcb89b8bb70434e7 /test/junit/com/jogamp/gluegen/dyntest.cfg
parent7f76b669c534208115b5e06ebab53acf1fcaa9de (diff)
Disabled Struct* Tests (not working on Windows .. platform; Moved BuffersTest and PCPP to the proper src/junit folder. All junit tests are now handled by build-junit.xml
Diffstat (limited to 'test/junit/com/jogamp/gluegen/dyntest.cfg')
-rw-r--r--test/junit/com/jogamp/gluegen/dyntest.cfg25
1 files changed, 0 insertions, 25 deletions
diff --git a/test/junit/com/jogamp/gluegen/dyntest.cfg b/test/junit/com/jogamp/gluegen/dyntest.cfg
deleted file mode 100644
index 60b8764..0000000
--- a/test/junit/com/jogamp/gluegen/dyntest.cfg
+++ /dev/null
@@ -1,25 +0,0 @@
-Package test
-Style AllStatic
-JavaClass DynBindingTest
-JavaOutputDir java
-NativeOutputDir native
-
-CustomCCode #include "test.h"
-
-Import com.jogamp.common.nio.*
-
-
-EmitProcAddressTable true
-ProcAddressTableClassName Table
-GetProcAddressTableExpr table
-ProcAddressNameExpr $UpperCase(arg)
-
-ForceProcAddressGen __ALL__
-
-CustomJavaCode DynBindingTest private final static Table table;
-CustomJavaCode DynBindingTest static {
-CustomJavaCode DynBindingTest table = new Table();
-CustomJavaCode DynBindingTest //table.reset();
-CustomJavaCode DynBindingTest }
-
-RenameJavaMethod arrayTest fancyArrayTest \ No newline at end of file