From f81ec08d6186271ebb33591ddf21590ff6a43dce Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 21 Apr 2016 14:53:49 +0200 Subject: Fix legacy stuff in tests --- tests/test/generated/buildfile | 3 --- tests/test/simple/buildfile | 7 ++----- 2 files changed, 2 insertions(+), 8 deletions(-) (limited to 'tests/test') 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} -- cgit v1.1