From 3daf8df6ee835b9edcc068af33ae97910bb8d934 Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Fri, 8 Apr 2005 12:51:20 +0000 Subject: Fix some Savannah bugs. Updates to docs (still need more work here) and NEWS file. New language. --- tests/scripts/features/parallelism | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'tests/scripts/features/parallelism') diff --git a/tests/scripts/features/parallelism b/tests/scripts/features/parallelism index cd75392..f500352 100644 --- a/tests/scripts/features/parallelism +++ b/tests/scripts/features/parallelism @@ -97,4 +97,11 @@ $answer = "ONE.inc\nTHREE.inc\nTWO.inc\nONE\nTHREE\nTWO\nsuccess\n"; unlink('1.inc', '2.inc'); +# Test shell functions within commands: make sure they're not reducing our +# parallelism. + +run_make_test('.PHONY: all +all: ; @echo $(shell echo hi) +','','hi'); + 1; -- cgit v1.2.3