summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Tool/javacTests.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix test runner invokation for Tool/javacTests.pyanatoly techtonik2014-03-211-6/+2
|
* Fix invokation for two unusual testsanatoly techtonik2014-03-211-1/+1
|
* Switch unit tests to configurable runneranatoly techtonik2014-03-211-1/+8
|
* - first swoop of changes for getting all Buildbot slaves to run successfully ↵dirkbaechle2012-09-041-3/+3
| | | | again
* Add more tests for SCons.Tool.javac.pathopt; fix exposed bugs.Greg Ward2012-03-171-7/+27
| | | | | (Specifically, having a default path without setting the corresponding construction variable did not work.)
* Fix issue #2825: allow Node objects in Java path options.Greg Ward2012-03-171-0/+15
|
* Add unit tests for SCons.Tool.javac (pathopt class only).Greg Ward2012-03-171-0/+67
This carefully avoids known bugs in order to have passing tests.