From: Alastair Rankine Date: Fri, 3 Apr 2015 17:46:57 +0000 (-0400) Subject: compdb: add project detection tests X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ef840dae5ed2fc0ca9e114e21e35b88858549359;p=emacs.git compdb: add project detection tests --- diff --git a/test/manual/cedet/cedet/ede/detect-utest.el b/test/manual/cedet/cedet/ede/detect-utest.el index 9ad1d57ff3e..d98eff1dcaf 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)