Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixed JavaEmitter to support unsigned defines. | Michael Bien | 2010-03-12 | 1 | -0/+1 |
| | |||||
* | added PCPPTest. | Michael Bien | 2010-02-20 | 2 | -0/+55 |
| | |||||
* | fixed jdk tools.jar classpath for hudson to fix tests. | Michael Bien | 2010-02-12 | 1 | -2/+2 |
| | |||||
* | junit test code cleanup and some build preperations for hudson. | Michael Bien | 2010-02-12 | 4 | -53/+71 |
| | |||||
* | added test target to main build script. | Michael Bien | 2010-02-12 | 10 | -211/+430 |
| | | | | | added StructAccessorTest, refactored other tests. updated project files, paths etc. | ||||
* | added first JUnit test: GlueGenTest.java. (dependencies: junit-4.5.jar, ↵ | Michael Bien | 2009-10-18 | 5 | -0/+333 |
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. |