| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
| |
Update file headers
Remove references to javah that are not used
Black a couple of SConstcuts
No functional changes - prep work for javah workarounds.
Signed-off-by: Mats Wichmann <mats@linux.com>
|
| |
|
|
|
|
|
|
| |
test.verbose_set() enables verbose mode, can be a useful
debugging aid. Shouldn't be left in in production tests,
as it creates noise in the test log.
Signed-off-by: Mats Wichmann <mats@linux.com>
|
| |
|
|
| |
env['ENV']['PATH']
|
| | |
|
| |
|
|
| |
TestCommon's options_arguments to keep passed lists and not join them into a string.
|
|
|
a space in it), to appending the path to javac to env['ENV']['PATH']. (Which is basically what msvc/msvs do)
|