blob: 6b2adbea9b3f7dc5dc9e46865c5881e6e948897d (
plain)
1
2
3
4
5
6
7
8
9
10
|
# file : tests/test/simple/generated/buildfile
# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
# Test generated test inputs/outputs.
#
./: testscript exe{driver} $b file{*.in}
exe{driver}: cxx{driver}
|