diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-07-23 09:59:52 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-07-23 09:59:52 +0200 |
commit | 3c57a25a4d6a80301ece82ab33f1394e34f8b873 (patch) | |
tree | 2ff64ebcfab74f90e81fdd2963fb653630d6d17b /tests/test/simple/buildfile | |
parent | 34e5a2da18f76c7d7de79a5c12b0e85ee89c4095 (diff) |
Basic test support
Diffstat (limited to 'tests/test/simple/buildfile')
-rw-r--r-- | tests/test/simple/buildfile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/test/simple/buildfile b/tests/test/simple/buildfile index 6113968..518b672 100644 --- a/tests/test/simple/buildfile +++ b/tests/test/simple/buildfile @@ -4,7 +4,10 @@ hxx.ext = hxx cxx.ext = cxx lib{utility}: cxx{utility} -exe{driver}: cxx{driver} lib{utility} +exe{driver}: cxx{driver} #lib{utility} exe{driver}: test = true +test.exe = false + .: lib{utility} exe{driver} +#.: exe{driver} |