From bb4f9e6498ba715911f83e0dc221a5b1b86baf51 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 24 Jul 2015 10:32:50 +0200 Subject: Further test module development --- tests/test/simple/buildfile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'tests/test/simple/buildfile') diff --git a/tests/test/simple/buildfile b/tests/test/simple/buildfile index 518b672..3b3598a 100644 --- a/tests/test/simple/buildfile +++ b/tests/test/simple/buildfile @@ -5,9 +5,11 @@ cxx.ext = cxx lib{utility}: cxx{utility} exe{driver}: cxx{driver} #lib{utility} -exe{driver}: test = true -test.exe = false +#exe{driver}: test.roundtrip = test.out + +test.exe = true +test.exe.output = test.out .: lib{utility} exe{driver} #.: exe{driver} -- cgit v1.1