From ab0d6919707349436edd336bbfa8f433bd6e6749 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 9 Feb 2018 15:00:16 +0200 Subject: Fix broken test (and few other things) --- tests/test/config-test/testscript | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'tests/test/config-test/testscript') diff --git a/tests/test/config-test/testscript b/tests/test/config-test/testscript index 7423322..0561a59 100644 --- a/tests/test/config-test/testscript +++ b/tests/test/config-test/testscript @@ -75,8 +75,9 @@ EOI # units/simple - simple (non-scripted) test # # This one is a bit tricky since we need an executable to run. We don't want -# to be building anything as part of our test project so what we do is test -# a dummy file target with an overridden test target. +# to be building anything as part of our test project so what we do is test a +# dummy file target with an overridden test target (note that $src_root here +# refers to the root of the project being tested). # +mkdir proj/units/simple +touch proj/units/simple/driver -- cgit v1.1