From a9cd8048dd7b8e2a0639b2656a80b8f9fb974c99 Mon Sep 17 00:00:00 2001 From: Eric Ludlam Date: Sat, 11 Apr 2015 19:18:47 -0400 Subject: [PATCH] New tests. --- test/manual/cedet/cedet/semantic/tests/test.mk | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 test/manual/cedet/cedet/semantic/tests/test.mk diff --git a/test/manual/cedet/cedet/semantic/tests/test.mk b/test/manual/cedet/cedet/semantic/tests/test.mk new file mode 100644 index 00000000000..edea97e7b98 --- /dev/null +++ b/test/manual/cedet/cedet/semantic/tests/test.mk @@ -0,0 +1,18 @@ +# A Test Makefile. -*-makefile-*- + +# This test is for a file in this test directory. Just a random one. +FILES=testdoub # -1- +# #1# ("testdoublens.cpp" "testdoublens.hpp" ) + +all: optional + +# This one completes on a variable name. +optional: $FIL # -2- + # #2# ("FILES") + compile $@ + +notoptional: opt # -3- + # #3# ("optional") + echo "Done." + +#end -- 2.39.5