diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-05-19 19:18:48 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-05-19 19:19:47 +0300 |
commit | 3fce45aadf75d5d5e1f9fea19f5a1bf04726ab68 (patch) | |
tree | 7424080a14ff77bd8ea9740d513fa7029beaf6df /tests/test/simple/generated | |
parent | 9ab2bd2130f19958fed39e919e26da9ae56fa1f9 (diff) |
Fix testscripts using types for testscript and manifest targets
Diffstat (limited to 'tests/test/simple/generated')
-rw-r--r-- | tests/test/simple/generated/testscript | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test/simple/generated/testscript b/tests/test/simple/generated/testscript index f7ab8d6..4590466 100644 --- a/tests/test/simple/generated/testscript +++ b/tests/test/simple/generated/testscript @@ -30,7 +30,7 @@ driver = $src_root/../exe{driver} dir{./}: test = $driver # @@ TMP (target/scope regularity) ./: $driver ./: file{input}: test.input = true -file{input}: in{input} $src_root/file{manifest} #@@ in module +file{input}: in{input} $src_root/manifest #@@ in module EOI : output @@ -41,5 +41,5 @@ driver = $src_root/../exe{driver} dir{./}: test = $driver # @@ TMP (target/scope regularity) ./: $driver ./: file{output}: test.stdout = true -file{output}: in{output} $src_root/file{manifest} #@@ in module +file{output}: in{output} $src_root/manifest #@@ in module EOI |