Added --experimental=tm_v2 which switches to use Andrew Morrow's new ParallelJob...
[scons.git] / test / option / fixture / SConstruct__taskmastertrace.py
blob91e8c916d2c349933c5841886013129d18f6c50f
1 DefaultEnvironment(tools=[])
2 env = Environment(tools=[])
4 # We name the files 'Tfile' so that they will sort after the SConstruct
5 # file regardless of whether the test is being run on a case-sensitive
6 # or case-insensitive system.
8 env.Command('Tfile.out', 'Tfile.mid', Copy('$TARGET', '$SOURCE'))
9 env.Command('Tfile.mid', 'Tfile.in', Copy('$TARGET', '$SOURCE'))