From 6d908a38e05b9d4135c65d23114a5874215b5bb8 Mon Sep 17 00:00:00 2001 From: Lukc Date: Sat, 11 Dec 2010 19:15:23 +0100 Subject: Engagement initial. --- make/make-3.81/tests/scripts/functions/if | 33 +++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 make/make-3.81/tests/scripts/functions/if (limited to 'make/make-3.81/tests/scripts/functions/if') diff --git a/make/make-3.81/tests/scripts/functions/if b/make/make-3.81/tests/scripts/functions/if new file mode 100644 index 0000000..8604e4f --- /dev/null +++ b/make/make-3.81/tests/scripts/functions/if @@ -0,0 +1,33 @@ +# -*-perl-*- +$description = "Test the if function.\n"; + +$details = "Try various uses of if and ensure they all give the correct +results.\n"; + +open(MAKEFILE, "> $makefile"); + +print MAKEFILE <