emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] scratch/merge-cedet-tests a4e395c 156/316: Add a final cal


From: Edward John Steere
Subject: [Emacs-diffs] scratch/merge-cedet-tests a4e395c 156/316: Add a final call to ede list sanity check
Date: Fri, 27 Jan 2017 20:03:36 +0000 (UTC)

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

    Add a final call to ede list sanity check
    
    * test/manual/cedet/cedet/ede/detect-utest.el:
     (ede-detect-utest-loop): Add a final call to
     `ede-global-list-sanity-check'.
---
 test/manual/cedet/cedet/ede/detect-utest.el |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/test/manual/cedet/cedet/ede/detect-utest.el 
b/test/manual/cedet/cedet/ede/detect-utest.el
index ced65c6..bdc55c0 100644
--- a/test/manual/cedet/cedet/ede/detect-utest.el
+++ b/test/manual/cedet/cedet/ede/detect-utest.el
@@ -191,7 +191,6 @@ It is passed the root project found.")
    (ede-detect-entry "java-root" :file "src/javaroot/README"
                     :classp 'ede-java-root-project-p
                     :dorescan nil)
-
    )
   "List of testing entries that do not use `diretest' feature.")
 
@@ -442,6 +441,9 @@ It is passed the root project found.")
        (ede-detect-show-state fle))
       (cedet-utest-log ".")
 
+      ;; Do a final sanity check.
+      (ede-global-list-sanity-check)
+
       ))
 
   )



reply via email to

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