diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2018-02-05 14:39:47 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2018-02-05 14:39:47 +0200 |
commit | 36ec90018e1a6337d23fc5286ed926c2134bde1f (patch) | |
tree | 40710bf9555076689d1ee7726ec3e29317dba00a /old-tests/test/generated/buildfile | |
parent | 3954be70024fd60c20c658f08025eff7654a8943 (diff) |
Add tests for auto-generated test inputs/outputs
Diffstat (limited to 'old-tests/test/generated/buildfile')
-rw-r--r-- | old-tests/test/generated/buildfile | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/old-tests/test/generated/buildfile b/old-tests/test/generated/buildfile deleted file mode 100644 index d3fbc20..0000000 --- a/old-tests/test/generated/buildfile +++ /dev/null @@ -1,10 +0,0 @@ -# Test generated input. -# -using cxx - -exe{utility}: cxx{utility} -exe{driver}: cxx{driver} -exe{driver}: test.input = exe{utility} # Update test. -exe{driver}: test.output = file{test.out} # Dist test. - -./: exe{driver} |