blob: 0809bdf943cbd244c598624e12fdc52b0e3382fe (
plain)
1
2
3
4
5
6
7
8
9
|
# file : tests/test/simple/generated/buildfile
# license : MIT; see accompanying LICENSE file
# Test generated test inputs/outputs.
#
./: testscript exe{driver} $b file{*.in}
exe{driver}: cxx{driver}
|