diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-08-27 15:11:40 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-08-27 15:11:40 +0200 |
commit | fd689eb883655dcb29e505b041cd02fac01f0bac (patch) | |
tree | 0d85ec32d95a1c96eaa7eff28734b900c44dd3ca /tests/dist/simple/buildfile | |
parent | 7f2d06258d57e39940e8fa959336da0ea66fe37f (diff) |
Dist module/meta-operation initial implementation
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 |