aboutsummaryrefslogtreecommitdiff
path: root/tests/test
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/test
parent6082d76936b8a65380eb7af03b4167d8f0298158 (diff)
Fix legacy stuff in tests
Diffstat (limited to 'tests/test')
-rw-r--r--tests/test/generated/buildfile3
-rw-r--r--tests/test/simple/buildfile7
2 files changed, 2 insertions, 8 deletions
diff --git a/tests/test/generated/buildfile b/tests/test/generated/buildfile
index ca06105..07a38d6 100644
--- a/tests/test/generated/buildfile
+++ b/tests/test/generated/buildfile
@@ -2,9 +2,6 @@
#
using cxx
-hxx.ext = hxx
-cxx.ext = cxx
-
exe{utility}: cxx{utility}
exe{driver}: cxx{driver}
exe{driver}: test.input = exe{utility}
diff --git a/tests/test/simple/buildfile b/tests/test/simple/buildfile
index 3b3598a..0162826 100644
--- a/tests/test/simple/buildfile
+++ b/tests/test/simple/buildfile
@@ -1,15 +1,12 @@
using cxx
-hxx.ext = hxx
-cxx.ext = cxx
-
lib{utility}: cxx{utility}
exe{driver}: cxx{driver} #lib{utility}
#exe{driver}: test.roundtrip = test.out
-test.exe = true
-test.exe.output = test.out
+exe{*}: test = true
+exe{*}: test.output = test.out
.: lib{utility} exe{driver}
#.: exe{driver}