Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cross JUnit Tests - All Passed: Android+Linux armv7 | Sven Gothel | 2011-07-25 | 1 | -1/+1 |
| | | | | | | | | | | | - junit.cross targets: - use scripting to save time, ie write all target commands to script, xfer, exec - junit: delete result folder just before junit.run - Test BuildEnvironment.java: Simplify path config via properties (for android) - AndroidVersion: No annoying exception dump if Build$VERSION* is not found (not android) - launch scripts: use absolute TARGET_ROOT path for dynamic linker env. | ||||
* | Enable cross-testing on linux-armv7 | Sven Gothel | 2011-07-23 | 1 | -0/+10 |
| | |||||
* | Cleanup [cross] compile properties | Sven Gothel | 2011-07-22 | 1 | -0/+26 |
- linux-armv7 (ubuntu) - added scripts/make.gluegen.all.linux-armv7-cross.sh - added symbolic links to cross toolchain (gcc, ld, ..) allowing gluegen's cpptask to pick it up - android-armv7 (android) - we have scripts/make.gluegen.all.android-armv7-cross.sh |