summaryrefslogtreecommitdiffstats
path: root/test/ninja/shell_command.py
Commit message (Collapse)AuthorAgeFilesLines
* update tests to use SetOption('experimental','ninja')William Deegan2021-04-131-0/+3
|
* fix sider issueWilliam Deegan2021-04-131-3/+4
|
* address sider issues. Also update copyright text to current versionWilliam Deegan2021-04-131-3/+1
|
* is link should use the base nodes lstat instead of local fs statDaniel Moody2021-04-131-4/+3
| | | | | builder is not garunteed to be in the environment, so check if the node is the ninja_file fix sider issues
* used different method for pushing ninja file to bottom of DAG, use import ↵Daniel Moody2021-04-131-13/+20
| | | | ninja to get ninja_syntax and ninja bin, and added some more basic testing.
* update tests to work on windows, added some environment support for windows ↵Daniel2021-04-131-9/+11
| | | | and msvc
* fixed sider issuesDaniel Moody2021-04-131-1/+0
|
* added some more test and update ninja tool to handle commandsDaniel Moody2021-04-131-29/+22
|
* is link should use the base nodes lstat instead of local fs statDaniel Moody2021-04-131-4/+3
| | | | | builder is not garunteed to be in the environment, so check if the node is the ninja_file fix sider issues
* used different method for pushing ninja file to bottom of DAG, use import ↵Daniel Moody2021-04-131-13/+20
| | | | ninja to get ninja_syntax and ninja bin, and added some more basic testing.
* update tests to work on windows, added some environment support for windows ↵Daniel2021-04-131-9/+11
| | | | and msvc
* fixed sider issuesDaniel Moody2021-04-131-1/+0
|
* added some more test and update ninja tool to handle commandsDaniel Moody2021-04-131-0/+83