diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-03-03 14:57:29 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-03-03 15:25:39 +0200 |
commit | dc74915e47968c40c497fb6d53144bb815ca5cfb (patch) | |
tree | 8b7616a62e6e1b5de81fe043043f726e38e24a75 /old-tests/test/generated/buildfile | |
parent | 183329b89ddf810e2df5c250ae5b97d8ebcbba74 (diff) |
Fix test and dist for generated input/output
Diffstat (limited to 'old-tests/test/generated/buildfile')
-rw-r--r-- | old-tests/test/generated/buildfile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/old-tests/test/generated/buildfile b/old-tests/test/generated/buildfile index aacca8b..d3fbc20 100644 --- a/old-tests/test/generated/buildfile +++ b/old-tests/test/generated/buildfile @@ -4,6 +4,7 @@ using cxx exe{utility}: cxx{utility} exe{driver}: cxx{driver} -exe{driver}: test.input = exe{utility} +exe{driver}: test.input = exe{utility} # Update test. +exe{driver}: test.output = file{test.out} # Dist test. ./: exe{driver} |