diff options
Diffstat (limited to 'tests/dist/simple/buildfile')
-rw-r--r-- | tests/dist/simple/buildfile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/dist/simple/buildfile b/tests/dist/simple/buildfile new file mode 100644 index 0000000..27f143d --- /dev/null +++ b/tests/dist/simple/buildfile @@ -0,0 +1,7 @@ +using cxx + +hxx.ext = hxx +cxx.ext = cxx + +exe{driver}: cxx{driver} doc{README} file{bootstrap} +exe{driver}: test.output = test.out |