From 3f1bda99f1e4aec19c1c71de5324814bfc1c2eaa Mon Sep 17 00:00:00 2001 From: Michael Bien Date: Fri, 12 Feb 2010 03:05:20 +0100 Subject: added test target to main build script. added StructAccessorTest, refactored other tests. updated project files, paths etc. --- test/junit/com/sun/gluegen/test.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'test/junit/com/sun/gluegen/test.c') diff --git a/test/junit/com/sun/gluegen/test.c b/test/junit/com/sun/gluegen/test.c index d8c26a1..06d5508 100644 --- a/test/junit/com/sun/gluegen/test.c +++ b/test/junit/com/sun/gluegen/test.c @@ -8,6 +8,10 @@ int bufferTest(void * object) { return 42; } +int manyBuffersTest(void * object1, void * object2, void * object3, void * object4, void * object5) { + return 42; +} + int mixedTest(long context, void * object, foo * array){ return 42; } -- cgit v1.2.3