diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-07-24 10:32:50 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-07-24 10:32:50 +0200 |
commit | bb4f9e6498ba715911f83e0dc221a5b1b86baf51 (patch) | |
tree | 021007995d476770b6dced459a770712baa8ea72 /tests/test/simple/buildfile | |
parent | 3c57a25a4d6a80301ece82ab33f1394e34f8b873 (diff) |
Further test module development
Diffstat (limited to 'tests/test/simple/buildfile')
-rw-r--r-- | tests/test/simple/buildfile | 6 |
1 files changed, 4 insertions, 2 deletions
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} |