summaryrefslogtreecommitdiff
path: root/test/ninja
Commit message (Expand)AuthorAgeFilesLines
* Remove an extra check in one ninja testMats Wichmann2022-11-171-4/+2
* Move execution environment sanitation from Action._suproc to SCons.Util.sanit...William Deegan2022-11-021-0/+6
* added message to test failure, and removed unneeded import SCons in fixture s...William Deegan2022-06-152-4/+3
* update changes/release notes, and add mtime check to determinism testDaniel Moody2022-06-141-0/+5
* Merge branch 'master' into ninja_determinismWilliam Deegan2022-06-142-1/+90
|\
| * Fix testWilliam Deegan2022-06-131-1/+2
| * Fixed some typos. Added skip_test() if psutil is not present for new test. Ad...William Deegan2022-06-131-4/+8
| * Merge branch 'master' into ninja_exit_daemonWilliam Deegan2022-06-131-1/+6
| |\
| | * Added test for NINJA_CMD_ARGS="-v -j3" (contains two arguments for ninja)William Deegan2022-06-131-0/+4
| | * Added command line variable to pass ninja args through scons.Daniel Moody2022-06-071-1/+2
| * | Added new alias 'shutdown-ninja-scons-daemon' to allow ninja to shutdown the ...Daniel Moody2022-06-071-0/+79
| |/
* | Added option to allow scons to determine if it should skip ninja regeneration.Daniel Moody2022-06-072-0/+125
|/
* fix sider issuesDaniel Moody2022-05-101-1/+0
* added target propagation for ninja executionDaniel Moody2022-05-101-0/+95
* improved ninja default targets and for ninja file as only target when generat...Daniel Moody2022-05-063-1/+98
* Merge branch 'master' into masterWilliam Deegan2022-05-043-0/+132
|\
| * Merge branch 'master' into ninja_alias_generated_filesWilliam Deegan2022-05-042-0/+67
| |\
| * | Add ninja alias option to label generated source filesDaniel Moody2022-04-143-0/+132
* | | Merge branch 'master' into masterWilliam Deegan2022-05-042-0/+67
|\ \ \ | | |/ | |/|
| * | Clean up sider complaintWilliam Deegan2022-05-041-3/+0
| * | change test to set NINJA_DEPFILE_PARSE_FORMAT to msvc after loading mingw, to...William Deegan2022-05-042-1/+3
| * | no need to actually have mingw installed to run test, removed that case fo sk...William Deegan2022-05-041-8/+0
| * | Clean up sider complaintWilliam Deegan2022-05-041-1/+0
| * | allow test to run on all platforms. Clean up sider complaintsWilliam Deegan2022-05-041-5/+0
| * | optimized testDaniel Moody2022-05-042-18/+2
| * | fix testDaniel Moody2022-05-032-3/+9
| * | adding testDaniel Moody2022-05-032-0/+92
| |/
* | remove test clean up callDaniel Moody2022-04-201-1/+0
* | Update ninja file generation to only create response files for build commands...Daniel Moody2022-04-202-0/+113
|/
* Merge branch 'master' into ninja_scons_daemonWilliam Deegan2022-03-272-0/+96
|\
| * fix a few typos and add tests backDaniel Moody2022-02-262-0/+96
* | Merge branch 'ninja_scons_daemon' of github.com:dmoody256/scons into ninja_sc...William Deegan2022-03-181-4/+6
|\ \
| * | adjust iterative speedup to pre-launch scons daemon before taking timingDaniel Moody2022-03-151-4/+6
* | | flake8 fixesWilliam Deegan2022-03-182-3/+3
|/ /
* | update test/ninja/force_scons_callback.py to test using NINJA_SCONS_DAEMON_PO...William Deegan2022-03-142-31/+37
* | add scons daemonDaniel Moody2022-02-111-2/+2
|/
* address a number of ResourceWarning: unclosed file <_io.TextIOWrapper name='p...William Deegan2022-01-231-1/+3
* run black on new test file to quiet sider complaintsWilliam Deegan2021-11-041-21/+21
* allow exit status of 1 or 2 on windows when running ninjaWilliam Deegan2021-11-041-1/+6
* Fix ninja_handle_control_c_rebuild for windows. The stderr on windows doesn't...William Deegan2021-11-041-2/+5
* Fix incorrect call to must_exist. There's no message argument if it failsWilliam Deegan2021-11-041-3/+2
* add test to verify that control-c'ing ninja while it's calling SCons to rebui...William Deegan2021-11-032-0/+94
* Merge pull request #3994 from dmoody256/ninja_fix_escapingWilliam Deegan2021-10-102-0/+94
|\
| * update ninja tool to support $ in scons command line argsDaniel Moody2021-09-262-0/+94
* | Merge branch 'master' into ninja_fix_mkdirWilliam Deegan2021-10-052-0/+96
|\ \
| * | [ci skip] Fix sider complainWilliam Deegan2021-10-051-1/+0
| * | Updated ninja tool to allow for NINJA_FORCE_SCONS_BUILD to be usedDaniel Moody2021-10-052-0/+97
| |/
* | Merge branch 'master' into ninja_fix_mkdirWilliam Deegan2021-09-261-1/+1
|\ \ | |/
| * Address most sider complaintsWilliam Deegan2021-09-181-1/+1
* | fix test to ensure no callbacks for mkdir actionsDaniel Moody2021-09-081-2/+4