]> git.eshelyaron.com Git - emacs.git/commitdiff
Add compdb EDE project
authorAlastair Rankine <alastair@girtby.net>
Sun, 8 Mar 2015 19:02:24 +0000 (15:02 -0400)
committerEdward John Steere <edward.steere@gmail.com>
Wed, 25 Jan 2017 17:28:21 +0000 (19:28 +0200)
- Unit tests incorporated into cedet-utest, all passing
- Documentation still pending

test/manual/cedet/cedet-utests.el

index 76c46f6b52f97b9d67de4052f83713d862ea31a0..139c87dbe9e3c9756da817e74f553c4eea520331 100644 (file)
@@ -32,6 +32,7 @@
 (require 'cedet-files-utests)
 (require 'cedet-compat)
 (require 'cedet/ede/detect-utest)
+(require 'cedet/ede/compdb-utest)
 (require 'cedet/ede/secure-utest)
 (require 'cedet/semantic/lex-utest)
 (require 'cedet/semantic/lex-spp-utest)
@@ -90,6 +91,7 @@
     ("ede: project detection tests" . ede-detect-utest) ;; NOTE: must be before other EDE tests.
     ("ede: project detect linux extra" . ede-detect-linux-utest)
     ("ede: security tests" . ede-security-utest)
+    ("ede: compdb project tests" . compdb-utest)
 
     ;;
     ;; SEMANTIC