diff options
Diffstat (limited to 'tests/amalgam')
-rw-r--r-- | tests/amalgam/libtest/buildfile | 3 | ||||
-rw-r--r-- | tests/amalgam/test/buildfile | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/tests/amalgam/libtest/buildfile b/tests/amalgam/libtest/buildfile index 04c44da..70a1467 100644 --- a/tests/amalgam/libtest/buildfile +++ b/tests/amalgam/libtest/buildfile @@ -1,6 +1,3 @@ using cxx -hxx.ext = hxx -cxx.ext = cxx - lib{test}: cxx{test} diff --git a/tests/amalgam/test/buildfile b/tests/amalgam/test/buildfile index 5440dbf..e8af169 100644 --- a/tests/amalgam/test/buildfile +++ b/tests/amalgam/test/buildfile @@ -1,8 +1,5 @@ using cxx -hxx.ext = hxx -cxx.ext = cxx - import libs = amalgam-libtest%lib{test} exe{driver}: cxx{driver} $libs |