blob: ca06105999b9a90a6ff7c744c01874ac5fbda935 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# Test generated input.
#
using cxx
hxx.ext = hxx
cxx.ext = cxx
exe{utility}: cxx{utility}
exe{driver}: cxx{driver}
exe{driver}: test.input = exe{utility}
.: exe{driver}
|