emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] scratch/merge-cedet-tests c856c20 052/316: New test file.


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

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

    New test file.
---
 test/manual/cedet/integ_src/cpproot/main.cpp |   38 ++++++++++++++++++++++++++
 1 file changed, 38 insertions(+)

diff --git a/test/manual/cedet/integ_src/cpproot/main.cpp 
b/test/manual/cedet/integ_src/cpproot/main.cpp
new file mode 100644
index 0000000..7d3c619
--- /dev/null
+++ b/test/manual/cedet/integ_src/cpproot/main.cpp
@@ -0,0 +1,38 @@
+/*
+ * Main program for testing ede/cpp-root project.
+ */
+
+#include "sppmacros.h"
+#include "test.h"
+
+int main(int argc, char *argv[])
+{
+
+  return 0;
+}
+
+#ifdef FEATURE1
+int feature1()
+{
+  return 1;
+}
+#endif
+
+#ifdef FEATURE2
+int feature2()
+{
+  return 2;
+}
+#endif
+
+#ifdef FEATURE3
+int feature3()
+{
+  return 3;
+}
+#endif
+
+int generic_feature()
+{
+  return 0;
+}



reply via email to

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