aboutsummaryrefslogtreecommitdiff
path: root/tests/test/simple/buildfile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test/simple/buildfile')
-rw-r--r--tests/test/simple/buildfile7
1 files changed, 2 insertions, 5 deletions
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}