summaryrefslogtreecommitdiffstats
path: root/test/junit/com/jogamp/gluegen/test.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/test.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/test.cfg')
-rw-r--r--test/junit/com/jogamp/gluegen/test.cfg9
1 files changed, 0 insertions, 9 deletions
diff --git a/test/junit/com/jogamp/gluegen/test.cfg b/test/junit/com/jogamp/gluegen/test.cfg
deleted file mode 100644
index a2ac567..0000000
--- a/test/junit/com/jogamp/gluegen/test.cfg
+++ /dev/null
@@ -1,9 +0,0 @@
-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