[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;
+}
- [Emacs-diffs] scratch/merge-cedet-tests 59e7c3e 237/316: Patch from David Engster, (continued)
- [Emacs-diffs] scratch/merge-cedet-tests 59e7c3e 237/316: Patch from David Engster, Edward John Steere, 2017/01/27
- [Emacs-diffs] scratch/merge-cedet-tests 9d2c338 251/316: New test file., Edward John Steere, 2017/01/27
- [Emacs-diffs] scratch/merge-cedet-tests 167edac 002/316: Test system load file., Edward John Steere, 2017/01/27
- [Emacs-diffs] scratch/merge-cedet-tests 026efb3 008/316: First changes to make them work., Edward John Steere, 2017/01/27
- [Emacs-diffs] scratch/merge-cedet-tests 322251e 005/316: Disable semanticdb-file saving. Disable srecode map saving., Edward John Steere, 2017/01/27
- [Emacs-diffs] scratch/merge-cedet-tests dacde10 013/316: Fix unit testing for several tests and do better error checking., Edward John Steere, 2017/01/27
- [Emacs-diffs] scratch/merge-cedet-tests d15788e 025/316: (Lisp_LISP): Add cit-cpp, cit-el, cit-texi, cit-load, Edward John Steere, 2017/01/27
- [Emacs-diffs] scratch/merge-cedet-tests b4eab4f 029/316: (Lisp_LISP): Add cit-gnustep.el, Edward John Steere, 2017/01/27
- [Emacs-diffs] scratch/merge-cedet-tests ecfcde6 028/316: (all, dist): Add scripts (scripts): New, Edward John Steere, 2017/01/27
- [Emacs-diffs] scratch/merge-cedet-tests 534648f 051/316: Remove obsolete cvs-auto-updated 'X-RCS' line., Edward John Steere, 2017/01/27
- [Emacs-diffs] scratch/merge-cedet-tests c856c20 052/316: New test file.,
Edward John Steere <=
- [Emacs-diffs] scratch/merge-cedet-tests 541cc30 053/316: (cpprootsys.h, projincmacros.h): New includes (projmacro_a): New fcn., Edward John Steere, 2017/01/27
- [Emacs-diffs] scratch/merge-cedet-tests d08bd3b 117/316: C/C++: Fix function pointer parsing, Edward John Steere, 2017/01/27
- [Emacs-diffs] scratch/merge-cedet-tests cd08101 179/316: Added cit uml, Edward John Steere, 2017/01/27
- [Emacs-diffs] scratch/merge-cedet-tests e96e309 178/316: Added new subdir and ensure that the base dir, Edward John Steere, 2017/01/27
- [Emacs-diffs] scratch/merge-cedet-tests 765b8f9 208/316: (cedet-utest-test-alist): Add ede-detect-linux-utest., Edward John Steere, 2017/01/27
- [Emacs-diffs] scratch/merge-cedet-tests de289a9 189/316: Compare Code And Documtation For Tags, Edward John Steere, 2017/01/27
- [Emacs-diffs] scratch/merge-cedet-tests 7177e01 210/316: Add compdb EDE project, Edward John Steere, 2017/01/27
- [Emacs-diffs] scratch/merge-cedet-tests 284144e 154/316: Fixes for test execution, Edward John Steere, 2017/01/27
- [Emacs-diffs] scratch/merge-cedet-tests fd40e7f 212/316: Move tests in cedet/semantic, Edward John Steere, 2017/01/27
- [Emacs-diffs] scratch/merge-cedet-tests 404d4da 242/316: Improve compilation active detection, Edward John Steere, 2017/01/27