diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-07-24 16:39:55 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-07-24 16:39:55 +0200 |
commit | 1d6e68fda762535fa8508f94ca254a79f293edb2 (patch) | |
tree | 7b97edd9f1786cd610c1f41e720d2b105dd87cbc /tests/test/generated/buildfile | |
parent | bb4f9e6498ba715911f83e0dc221a5b1b86baf51 (diff) |
Add support for generated test input/output
Diffstat (limited to 'tests/test/generated/buildfile')
-rw-r--r-- | tests/test/generated/buildfile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/test/generated/buildfile b/tests/test/generated/buildfile new file mode 100644 index 0000000..ca06105 --- /dev/null +++ b/tests/test/generated/buildfile @@ -0,0 +1,12 @@ +# Test generated input. +# +using cxx + +hxx.ext = hxx +cxx.ext = cxx + +exe{utility}: cxx{utility} +exe{driver}: cxx{driver} +exe{driver}: test.input = exe{utility} + +.: exe{driver} |