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

exe{utility}: cxx{utility}
exe{driver}: cxx{driver}
exe{driver}: test.input = exe{utility}

./: exe{driver}