diff options
author | William Deegan <bill@baddogconsulting.com> | 2020-04-19 19:30:59 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-19 19:30:59 (GMT) |
commit | 2cd7a523d39eeba5b29a824766fac71298736bb6 (patch) | |
tree | f05320e4e7773c34bdbcd546f5df51351f11c795 /test/Repository/Program.py | |
parent | c69043c502044994840e246d8c4926a15b7d2bdb (diff) | |
parent | b8e7b682e517be38bca130e094dafea4d273b4cf (diff) | |
download | SCons-2cd7a523d39eeba5b29a824766fac71298736bb6.zip SCons-2cd7a523d39eeba5b29a824766fac71298736bb6.tar.gz SCons-2cd7a523d39eeba5b29a824766fac71298736bb6.tar.bz2 |
Merge branch 'master' into add_vswhere_variable
Diffstat (limited to 'test/Repository/Program.py')
-rw-r--r-- | test/Repository/Program.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Repository/Program.py b/test/Repository/Program.py index 1af3578..3946d95 100644 --- a/test/Repository/Program.py +++ b/test/Repository/Program.py @@ -32,7 +32,7 @@ if sys.platform == 'win32': else: _exe = '' -for implicit_deps in ['0', '1', '"all"']: +for implicit_deps in ['0', '1', '2', '\"all\"']: # First, test a single repository. test = TestSCons.TestSCons() test.subdir('repository', 'work1') |