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