]> git.eshelyaron.com Git - emacs.git/commitdiff
(cedet-utest): Add EDE sanity check to the end.
authorEric Ludlam <zappo@gnu.org>
Thu, 22 May 2014 02:20:18 +0000 (22:20 -0400)
committerEdward John Steere <edward.steere@gmail.com>
Wed, 25 Jan 2017 17:23:45 +0000 (19:23 +0200)
test/manual/cedet/cedet-utests.el

index 1c5559978a66f879291ed9e5153721847a4ee163..f3633e2bd24f9d8825128e4f072073e543f75698 100644 (file)
@@ -159,6 +159,11 @@ of just logging the error."
        )
       )
     (setq end (current-time))
+    ;; Run consistency checks.
+    (cedet-utest-add-log-item-start "Sanity Checks.")
+    (ede-global-list-sanity-check)
+    (cedet-utest-add-log-item-done nil nil)
+    ;; We passed!
     (cedet-utest-log-shutdown-msg "ALL TESTS" start end)
     nil))