summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/EnvironmentTests.py
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2004-12-16 13:29:10 (GMT)
committerSteven Knight <knight@baldmt.com>2004-12-16 13:29:10 (GMT)
commit3869e426c19bd3b2e9bbb611b596220df9b34814 (patch)
tree2de4188ab5c2719a9b61289dcd49578702552b3e /src/engine/SCons/EnvironmentTests.py
parent34825bfd664eacf14ca95f8e9335e2dcd440bb48 (diff)
downloadSCons-3869e426c19bd3b2e9bbb611b596220df9b34814.zip
SCons-3869e426c19bd3b2e9bbb611b596220df9b34814.tar.gz
SCons-3869e426c19bd3b2e9bbb611b596220df9b34814.tar.bz2
Restore older recipe for creating env.Command() builders while a better solution is coded.
Diffstat (limited to 'src/engine/SCons/EnvironmentTests.py')
-rw-r--r--src/engine/SCons/EnvironmentTests.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/engine/SCons/EnvironmentTests.py b/src/engine/SCons/EnvironmentTests.py
index 56c42cb..71383e7 100644
--- a/src/engine/SCons/EnvironmentTests.py
+++ b/src/engine/SCons/EnvironmentTests.py
@@ -2001,13 +2001,6 @@ f5: \
assert str(t) == 'xxx.out', str(t)
assert 'xxx.in' in map(lambda x: x.path, t.sources)
- # Make sure we can use Builder keyword arguments
- # on Command() calls.
- env.Command(target='mmm.out', source='mmm.1.in',
- action='multibuild', multi=1)
- env.Command(target='mmm.out', source='mmm.2.in',
- action='multibuild', multi=1)
-
def test_Configure(self):
"""Test the Configure() method"""
# Configure() will write to a local temporary file.