From ef840dae5ed2fc0ca9e114e21e35b88858549359 Mon Sep 17 00:00:00 2001 From: Alastair Rankine Date: Fri, 3 Apr 2015 13:46:57 -0400 Subject: [PATCH] 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 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) -- 2.39.2