summaryrefslogtreecommitdiffstats
path: root/test/option/fixture/SConstruct__taskmastertrace
blob: 91e8c916d2c349933c5841886013129d18f6c50f (plain)
1
2
3
4
5
6
7
8
9
DefaultEnvironment(tools=[])
env = Environment(tools=[])

# We name the files 'Tfile' so that they will sort after the SConstruct
# file regardless of whether the test is being run on a case-sensitive
# or case-insensitive system.

env.Command('Tfile.out', 'Tfile.mid', Copy('$TARGET', '$SOURCE'))
env.Command('Tfile.mid', 'Tfile.in', Copy('$TARGET', '$SOURCE'))