diff options
Diffstat (limited to 'test/manual/cedet/tests/test.mk')
-rw-r--r-- | test/manual/cedet/tests/test.mk | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/test/manual/cedet/tests/test.mk b/test/manual/cedet/tests/test.mk deleted file mode 100644 index edea97e7b98..00000000000 --- a/test/manual/cedet/tests/test.mk +++ /dev/null @@ -1,18 +0,0 @@ -# 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 |