summaryrefslogtreecommitdiffstats
path: root/test/junit/com/jogamp/gluegen/test.h
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.h
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.h')
-rw-r--r--test/junit/com/jogamp/gluegen/test.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/test/junit/com/jogamp/gluegen/test.h b/test/junit/com/jogamp/gluegen/test.h
deleted file mode 100644
index cef2b7e..0000000
--- a/test/junit/com/jogamp/gluegen/test.h
+++ /dev/null
@@ -1,17 +0,0 @@
-#define GL_INVALID_INDEX 0xFFFFFFFFu
-#define AL_FLANGER_DEFAULT_FEEDBACK (-0.5f)
-
-typedef unsigned long foo;
-typedef unsigned long size_t;
-
-int arrayTest(long context, foo * array );
-
-int bufferTest(void * object);
-
-void pbTest(size_t * object);
-
-int manyBuffersTest(void * object1, void * object2, void * object3, void * object4, void * object5);
-
-int mixedTest(long context, void * object, foo * array );
-
-int doubleTest(long context, void * object1, foo * array1, void * object2, foo * array2 );