From d0c4e92f1145110793ffb04596019a864c88d2fc Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 8 Feb 2006 17:29:07 +0000 Subject: Fixed Savannah bug #15641. --- tests/ChangeLog | 4 ++++ tests/scripts/features/parallelism | 18 ++++++++++++++++++ 2 files changed, 22 insertions(+) (limited to 'tests') diff --git a/tests/ChangeLog b/tests/ChangeLog index 8a3b988..3e05ab8 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,7 @@ +2006-02-08 Boris Kolpackov + + * scripts/features/parallelism: Add a test for bug #15641. + 2006-02-06 Paul D. Smith * scripts/options/dash-W: Add a test for bug #15341. diff --git a/tests/scripts/features/parallelism b/tests/scripts/features/parallelism index 6bde30f..60ae55b 100644 --- a/tests/scripts/features/parallelism +++ b/tests/scripts/features/parallelism @@ -108,4 +108,22 @@ Ok done', 512); +# Test for Savannah bug #15641. +# +run_make_test(' +.PHONY: all +all:; @: + +-include foo.d + +foo.d: comp + @echo building $@ + +comp: mod_a.o mod_b.o; @: + +mod_a.o mod_b.o: + @exit 1 +', '-j2', ''); + + 1; -- cgit v1.2.3