aboutsummaryrefslogtreecommitdiff
path: root/tests/amalgam
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-04-21 14:53:49 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-04-21 14:53:49 +0200
commitf81ec08d6186271ebb33591ddf21590ff6a43dce (patch)
tree3cc3861971020df765cd6e1df1d23bf9d85e2829 /tests/amalgam
parent6082d76936b8a65380eb7af03b4167d8f0298158 (diff)
Fix legacy stuff in tests
Diffstat (limited to 'tests/amalgam')
-rw-r--r--tests/amalgam/libtest/buildfile3
-rw-r--r--tests/amalgam/test/buildfile3
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