From 6ca41d9b17d8d3a1338acf1804d13a340ff644ac Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Sun, 13 Jan 2013 12:40:13 -0500 Subject: [SV #37878] Add a check for targets with parens that are not archives. --- tests/scripts/features/archives | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'tests/scripts/features/archives') diff --git a/tests/scripts/features/archives b/tests/scripts/features/archives index af4fa39..41ac26d 100644 --- a/tests/scripts/features/archives +++ b/tests/scripts/features/archives @@ -43,5 +43,13 @@ run_make_test('all: libxx.a( a3.o *.o )', '', rmfiles(qw(a1.o a2.o a3.o libxx.a)); +# Check non-archive targets +# See Savannah bug #37878 +run_make_test(q! +all: foo(bar).baz +foo(bar).baz: ; @echo '$@' +!, + '', "foo(bar).baz\n"); + # This tells the test driver that the perl test script executed properly. 1; -- cgit v1.2.3