emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] scratch/merge-cedet-tests a9cd804 265/316: New tests.


From: Edward John Steere
Subject: [Emacs-diffs] scratch/merge-cedet-tests a9cd804 265/316: New tests.
Date: Fri, 27 Jan 2017 20:03:45 +0000 (UTC)

branch: scratch/merge-cedet-tests
commit a9cd8048dd7b8e2a0639b2656a80b8f9fb974c99
Author: Eric Ludlam <address@hidden>
Commit: Edward John Steere <address@hidden>

    New tests.
---
 test/manual/cedet/cedet/semantic/tests/test.mk |   18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

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 0000000..edea97e
--- /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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]