aboutsummaryrefslogtreecommitdiffstats
path: root/test/junit/com/sun/gluegen/BasicTest.java
Commit message (Collapse)AuthorAgeFilesLines
* http://www.jogamp.org/bugzilla/show_bug.cgi?id=390Sven Gothel2010-03-251-1/+1
| | | | | | | | | | | | | | | | The current junit tests use a fixed 'build' sub-path, not the customizing 'rootrel.build' path. More properties needs to be passed through (ant -> junit -> ant) to comply with the current build system: * rootrel.build * os.arch * gluegen.user.compiler.file Fixed .. However .. since even more properties may influence the build, a more native solution with just plain 'ant' might be more desireable ..
* fixed regression in constant emission where a type suffix (e.g. 'f') was ↵Michael Bien2010-03-221-8/+14
| | | | | | illegally added after a closing bracket. added testcase.
* junit test code cleanup and some build preperations for hudson.Michael Bien2010-02-121-1/+8
|
* added test target to main build script.Michael Bien2010-02-121-0/+101
added StructAccessorTest, refactored other tests. updated project files, paths etc.