emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] scratch/merge-cedet-tests 40b4bd4 204/316: Adedd `ede-dete


From: Edward John Steere
Subject: [Emacs-diffs] scratch/merge-cedet-tests 40b4bd4 204/316: Adedd `ede-detect-utest'
Date: Sat, 28 Jan 2017 09:10:02 +0000 (UTC)

branch: scratch/merge-cedet-tests
commit 40b4bd4a43b9c66330da0b4b8b5bbf05cc43f25f
Author: Eric Ludlam <address@hidden>
Commit: Edward John Steere <address@hidden>

    Adedd `ede-detect-utest'
    
    * test/manual/cedet/cedet-utests.el: (cedet/ede/detect-utest): New
     require.  (cedet-utest-test-alist): Add ede-detect-utest.
---
 test/manual/cedet/cedet-utests.el |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/test/manual/cedet/cedet-utests.el 
b/test/manual/cedet/cedet-utests.el
index be7a44a..1c55599 100644
--- a/test/manual/cedet/cedet-utests.el
+++ b/test/manual/cedet/cedet-utests.el
@@ -31,6 +31,7 @@
 (require 'pulse-utest)
 (require 'cedet-files-utests)
 (require 'cedet-compat)
+(require 'cedet/ede/detect-utest)
 (require 'cedet/semantic/lex-utest)
 (require 'cedet/semantic/lex-spp-utest)
 (require 'cedet/semantic/utest-parse)
@@ -84,9 +85,7 @@
     ;;
     ;; EDE
     ;;
-
-    ;; @todo - Currently handled in the integration tests.  Need
-    ;;         some simpler unit tests here.
+    ("ede: project detection tests" . ede-detect-utest)
 
     ;;
     ;; SEMANTIC



reply via email to

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