From 3fce45aadf75d5d5e1f9fea19f5a1bf04726ab68 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Sat, 19 May 2018 19:18:48 +0300 Subject: Fix testscripts using types for testscript and manifest targets --- tests/test/config-test/testscript | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/test/config-test') diff --git a/tests/test/config-test/testscript b/tests/test/config-test/testscript index 0561a59..1c540ea 100644 --- a/tests/test/config-test/testscript +++ b/tests/test/config-test/testscript @@ -65,7 +65,7 @@ EOI # +cat <=proj/units/buildfile d = simple/ script/ -./: $d test{testscript} +./: $d testscript #include $d EOI +cat <=proj/units/testscript @@ -92,7 +92,7 @@ EOI # +mkdir proj/units/script +cat <=proj/units/script/buildfile -./: test{testscript} +./: testscript EOI +cat <=proj/units/script/testscript echo 'units/script/foo' >| : foo -- cgit v1.1