diff options
Diffstat (limited to 'tests/amalgam/test/buildfile')
-rw-r--r-- | tests/amalgam/test/buildfile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/amalgam/test/buildfile b/tests/amalgam/test/buildfile new file mode 100644 index 0000000..3fadac3 --- /dev/null +++ b/tests/amalgam/test/buildfile @@ -0,0 +1,8 @@ +using cxx + +hxx.ext = hxx +cxx.ext = cxx + +import libs += amalgam-libtest + +exe{driver}: cxx{driver} $libs |