]> git.eshelyaron.com Git - emacs.git/commitdiff
Add a final call to ede list sanity check
authorEric Ludlam <zappo@gnu.org>
Sun, 19 Oct 2014 03:06:52 +0000 (23:06 -0400)
committerEdward John Steere <edward.steere@gmail.com>
Wed, 25 Jan 2017 16:14:18 +0000 (18:14 +0200)
* 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

index ced65c670463054165b5eb954554bc4efbb4aad7..bdc55c076a217a2e635b389a0a611858092ce6e3 100644 (file)
@@ -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)
+
       ))
 
   )