emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] scratch/merge-cedet-tests 7177e01 210/316: Add compdb EDE


From: Edward John Steere
Subject: [Emacs-diffs] scratch/merge-cedet-tests 7177e01 210/316: Add compdb EDE project
Date: Fri, 27 Jan 2017 20:03:41 +0000 (UTC)

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

    Add compdb EDE project
    
    - Unit tests incorporated into cedet-utest, all passing
    - Documentation still pending
---
 test/manual/cedet/cedet-utests.el |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/test/manual/cedet/cedet-utests.el 
b/test/manual/cedet/cedet-utests.el
index 76c46f6..139c87d 100644
--- a/test/manual/cedet/cedet-utests.el
+++ b/test/manual/cedet/cedet-utests.el
@@ -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



reply via email to

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