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