summaryrefslogtreecommitdiffstats
path: root/test/junit/com/jogamp/gluegen/PCPPTest.java
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2010-11-07 07:41:29 +0100
committerSven Gothel <[email protected]>2010-11-07 07:41:29 +0100
commitafaba27c9de59063e2f78bdaa69ac788c16b1ee3 (patch)
tree26c8634438401e8bb9a0785240af6d3f5ffee8d8 /test/junit/com/jogamp/gluegen/PCPPTest.java
parentb2a3164554bc46ec5293cf85c3420bfe65e55eb8 (diff)
PCPP Test: Add ifndef tests
Diffstat (limited to 'test/junit/com/jogamp/gluegen/PCPPTest.java')
-rw-r--r--test/junit/com/jogamp/gluegen/PCPPTest.java5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/junit/com/jogamp/gluegen/PCPPTest.java b/test/junit/com/jogamp/gluegen/PCPPTest.java
index fc59f9a..70b6a84 100644
--- a/test/junit/com/jogamp/gluegen/PCPPTest.java
+++ b/test/junit/com/jogamp/gluegen/PCPPTest.java
@@ -65,7 +65,10 @@ public class PCPPTest {
" cl_char GOOD_A;"+
" int GOOD_B;"+
" int GOOD_C;"+
- "# 40 \"pcpptest.h\"";
+ "# 40 \"pcpptest.h\""+
+ "#54\"pcpptest.h\""+
+ " int TEST_D_GOOD;"+
+ "#60\"pcpptest.h\"";
output.flush();
String result = output.toString();