diff options
Diffstat (limited to 'tests/amalgam/libtest/buildfile')
-rw-r--r-- | tests/amalgam/libtest/buildfile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/amalgam/libtest/buildfile b/tests/amalgam/libtest/buildfile new file mode 100644 index 0000000..04c44da --- /dev/null +++ b/tests/amalgam/libtest/buildfile @@ -0,0 +1,6 @@ +using cxx + +hxx.ext = hxx +cxx.ext = cxx + +lib{test}: cxx{test} |