summaryrefslogtreecommitdiffstats
path: root/test/junit/com/sun/gluegen/test.c
Commit message (Collapse)AuthorAgeFilesLines
* com.sun -> com.jogampSven Gothel2010-11-071-24/+0
|
* fixed handling of size_t which was broken since the introduction of Int64Buffer.Michael Bien2010-05-311-0/+3
|
* added test target to main build script.Michael Bien2010-02-121-0/+4
| | | | | added StructAccessorTest, refactored other tests. updated project files, paths etc.
* added first JUnit test: GlueGenTest.java. (dependencies: junit-4.5.jar, ↵Michael Bien2009-10-181-0/+17
antlr-2.7.7.jar in <gluegenroot>/lib) Test tests the basic GlueGen lifecycle: generate->compile java->compile native->load lib->call methods integrated test compile,run and debug targets into NetBeans IDE.