From 756054785a425e235f78ac7681b812ec693aa775 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 24 May 2018 07:38:21 +0200 Subject: Remove target/scope irregularity workarounds --- buildfile | 6 +++--- tests/search/dir/testscript | 2 +- tests/test/simple/generated/testscript | 4 ++-- tests/variable/target-specific/testscript | 3 +-- 4 files changed, 7 insertions(+), 8 deletions(-) diff --git a/buildfile b/buildfile index ad12194..b9a353f 100644 --- a/buildfile +++ b/buildfile @@ -8,6 +8,6 @@ # Don't install tests or the INSTALL file. # -dir{tests/}: install = false -dir{unit-tests/}: install = false -doc{INSTALL}@./: install = false +tests/: install = false +unit-tests/: install = false +doc{INSTALL}@./: install = false diff --git a/tests/search/dir/testscript b/tests/search/dir/testscript index 71add0b..24162d7 100644 --- a/tests/search/dir/testscript +++ b/tests/search/dir/testscript @@ -37,7 +37,7 @@ EOI : existing-target-implied : $* <'bar' -dir{bar/}: x = y # @@ TMP +bar/: x = y ./: bar/ EOI diff --git a/tests/test/simple/generated/testscript b/tests/test/simple/generated/testscript index 63200f7..61258b0 100644 --- a/tests/test/simple/generated/testscript +++ b/tests/test/simple/generated/testscript @@ -27,7 +27,7 @@ EOI ln -s $src_base/input.in ./; $* <>EOO x = x -#./: x = X @@ TMP -dir{./}: x = X +./: x = X file{foo}: [uint64] y=00 sub/ { -- cgit v1.1