From 0b30c8d9cef18f55e2425e32ffc1552af650a1be Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Sun, 7 Jun 2009 17:40:06 +0000 Subject: - Add a new test suite for LIBPATTERNS - Fix Savannah bug #21198 - Fix Savannah bug #21823 - Fix Savannah bug #22010 --- tests/scripts/variables/automatic | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'tests/scripts/variables/automatic') diff --git a/tests/scripts/variables/automatic b/tests/scripts/variables/automatic index c0fdff8..33c482d 100644 --- a/tests/scripts/variables/automatic +++ b/tests/scripts/variables/automatic @@ -107,4 +107,16 @@ bar: ;', unlink('foo'); +# TEST #4: ensure prereq ordering is correct when the commmand target has none +# See Savannah bug #21198 + +run_make_test(' +all : A B +all : ; @echo $@ -- $^ -- $< +all : C D +all : E F +A B C D E F G H : ; @: +', + '', "all -- A B C D E F -- A\n"); + 1; -- cgit v1.2.3