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