summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Added missing pass_test() to Literal.py testmaiphi2018-05-221-0/+2
* Added a test case for expansion of Literal objects in ${_concat()}Philipp Maierhoefer2018-05-211-0/+52
* change test to skip initializing any tools in DefaulEnvironment. Should speed...William Deegan2018-05-111-0/+10
* move test files from QMTest to testing/framework. QMtest hasn't been used in ...William Deegan2018-04-303-4/+4
* Change bug references from tigris -> githubMats Wichmann2018-04-2415-19/+19
* Fix wiki references to point to gihub wikiMats Wichmann2018-04-238-8/+8
* Merge branch 'master' into msvcbatch_gh_issue_3106William Deegan2018-04-165-0/+104
|\
| * Added in support for Sconstruct.pygrbd2018-04-151-0/+9
| * Merge branch 'master' into masterRichard W2018-04-144-0/+77
| |\
| | * Fix for issue 3013 (and duplicate 3018). From bitbucket PR: https://bitbucket...William Deegan2018-04-114-0/+77
| * | Added sconstruct.py lowercasegrbd2018-04-021-0/+9
| * | Added test for the use of SConstruct.pygrbd2018-04-011-0/+9
| |/
* | Fix test so use os.sep instead of hardcoded backslash for MSVC_BATCH=true /Fo...William Deegan2018-03-241-5/+6
* | fix #3106 MSVC handling MSVC_BATCH with targetdir which requires escaping.William Deegan2018-03-246-3/+48
|/
* Merge pull request #3098 from dmoody256/JavaSconsFilesWilliam Deegan2018-02-141-3/+4
|\
| * fix for issue 3042, Jar method was not respecting variant dirs when using os....Daniel Moody2018-02-111-3/+4
* | Replace all instances of `int main()` with `int main(void)`Jonathon Reinhart2018-02-1129-35/+35
|/
* Merge pull request #3045 from gabrielrussell/masterWilliam Deegan2018-01-301-0/+80
|\
| * test for mtime updateGabriel Russell2018-01-301-0/+15
| * test for readonly cacheGabriel Russell2018-01-111-0/+65
* | Remove SCons.Options code which has long been deprecated and already removed ...William Deegan2018-01-309-1511/+0
* | Merge pull request #3048 from dmoody256/CoverageImprovementsWilliam Deegan2018-01-172-1/+11
|\ \
| * | moved coverage check for tests to common location.Daniel Moody2018-01-172-2/+2
| * | forget to add import os for checking the environment for coverageDaniel Moody2017-12-301-1/+1
| * | several tests will not work with coverage, so set them to skipDaniel Moody2017-12-302-0/+10
| |/
* | Fix problem with Install and multiple dirs outside src tree.Gary Oberbrunner2018-01-054-0/+49
|/
* updated jar to handle directories better, JarClassFile build doesnt return an...Daniel Moody2017-12-031-1/+141
* updated jar.py to handle nodes and varanit dirs better, added test for nodes ...Daniel Moody2017-12-031-5/+9
* updated Jar builder to flatten source list, and added test for embedded sourcesDaniel Moody2017-11-191-0/+87
* Added Jar test to check if multiple targets can be passed.Daniel Moody2017-11-141-8/+29
* updated the JAR test to test that the java source files were actually compile...Daniel Moody2017-10-262-5/+21
* Merge pull request #9 from ztessler/repeattargetWilliam Deegan2017-10-224-0/+130
|\
| * Two new tests to verify warnings when targets are repeated with same actions,...Zachary Tessler2017-10-122-0/+123
| * Fix incorrect warning of different environments for a target when repeating i...Zachary Tessler2017-10-062-0/+7
* | Merge branch 'master' of https://github.com/dmoody256/scons into dmoody256-ma...William Deegan2017-10-121-0/+62
|\ \
| * | added test to JAR to also check the case that java source files are passed di...Daniel Moody2017-10-101-0/+62
| |/
* | Fix tests where the GenerateHelpText() sort function was never correct and fi...William Deegan2017-10-122-4/+4
|/
* fix testsWilliam Deegan2017-09-261-1/+1
* Fix tests which break when using print() and no from __future__ import print_...William Deegan2017-09-2517-86/+81
* Support python 2 print statements in SConscriptsThomas Berg2017-09-251-0/+56
* Fix many epydoc warningsWilliam Deegan2017-09-011-8/+5
* Merged scons/scons into defaultWilliam Deegan2017-08-312-8/+17
|\
| * For consistency with another test.Russel Winder2017-08-232-8/+17
* | Add string of actual output when the commands in this test are run manually. ...William Deegan2017-08-291-0/+14
|/
* Fix Bug #2486 - Allow SetOption('silent',True) - Previously this option could...William Deegan2017-08-201-0/+14
* Added fixes for docs / nested test for use of sys.path in toolpathgrbd2017-08-041-1/+5
* Added support for a PyPackageDir functiongrbd2017-08-0315-0/+95
* Merged scons/scons into defaultRichard W2017-08-011-12/+41
|\
| * Fix MSVC_UWP_APP test to take into account the MSVC_VERSION.Ibrahim Esmat2017-08-011-9/+8
| * Fix MSVC_UWP_APP test to take into account the MSVC_VERSION.Ibrahim Esmat2017-07-271-3/+9