emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] scratch/merge-cedet-tests ef840da 159/316: compdb: add pro


From: Edward John Steere
Subject: [Emacs-diffs] scratch/merge-cedet-tests ef840da 159/316: compdb: add project detection tests
Date: Fri, 27 Jan 2017 20:03:36 +0000 (UTC)

branch: scratch/merge-cedet-tests
commit ef840dae5ed2fc0ca9e114e21e35b88858549359
Author: Alastair Rankine <address@hidden>
Commit: Edward John Steere <address@hidden>

    compdb: add project detection tests
---
 test/manual/cedet/cedet/ede/detect-utest.el |    8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/test/manual/cedet/cedet/ede/detect-utest.el 
b/test/manual/cedet/cedet/ede/detect-utest.el
index 9ad1d57..d98eff1 100644
--- a/test/manual/cedet/cedet/ede/detect-utest.el
+++ b/test/manual/cedet/cedet/ede/detect-utest.el
@@ -156,6 +156,14 @@ It is passed the root project found.")
                     :classp 'ede-linux-project-p)
    (ede-detect-entry "linux sub" :file "src/linux/scripts/ver_linux"
                     :classp 'ede-linux-project-p)
+   (ede-detect-entry "compdb" :file "src/compdb/detect/main.cpp"
+                    :classp 'ede-compdb-project-p)
+   (ede-detect-entry "compdb sub" :file "src/compdb/detect/includes/foo.h"
+                    :classp 'ede-compdb-project-p)
+   (ede-detect-entry "ninja" :file "src/compdb/detect-ninja/main.cpp"
+                    :classp 'ede-ninja-project-p)
+   (ede-detect-entry "ninja sub" :file "src/compdb/detect-ninja/includes/foo.h"
+                    :classp 'ede-ninja-project-p)
    ;; jvm-base based projects.
    (ede-detect-entry "ant" :file "src/jvm/ant/build.xml"
                     :classp 'ede-ant-project-p)



reply via email to

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