diff options
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') |