aboutsummaryrefslogtreecommitdiff
path: root/old-tests/test/generated/buildfile
blob: d3fbc20c0c891bf326a24e135923c5e4f858dd8c (plain)
1
2
3
4
5
6
7
8
9
10
# Test generated input.
#
using cxx

exe{utility}: cxx{utility}
exe{driver}: cxx{driver}
exe{driver}: test.input = exe{utility}    # Update test.
exe{driver}: test.output = file{test.out} # Dist test.

./: exe{driver}