diff options
Diffstat (limited to 'tests/postponed/buildfile')
-rw-r--r-- | tests/postponed/buildfile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/postponed/buildfile b/tests/postponed/buildfile new file mode 100644 index 0000000..f08a020 --- /dev/null +++ b/tests/postponed/buildfile @@ -0,0 +1,7 @@ +using cxx +hxx.ext = hxx +cxx.ext = cxx + +exe{driver}: cxx{driver} fsdir{$out_root/out} + +./: exe{driver} |