From f87715a62c2e6a5660c2a176fffc0d7333bcfd8c Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Sat, 3 Oct 2009 20:08:20 +0000 Subject: - Include even on non-__GNUC__ systems. - Add some tests for unresolved bugs. --- tests/scripts/features/include | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'tests/scripts/features/include') diff --git a/tests/scripts/features/include b/tests/scripts/features/include index 7ad4112..ba8908c 100644 --- a/tests/scripts/features/include +++ b/tests/scripts/features/include @@ -165,4 +165,15 @@ baz: end #MAKE#: *** No rule to make target `end', needed by `baz'. Stop.\n", 512); +if ($all_tests) { + # Test that include of a rebuild-able file doesn't show a warning + # Savannah bug #102 + run_make_test(q! +include foo +foo: ; @echo foo = bar > $@ +!, + '', "#MAKE#: `foo' is up to date.\n"); + rmfiles('foo'); +} + 1; -- cgit v1.2.3