From: Eric Ludlam Date: Thu, 22 May 2014 02:20:18 +0000 (-0400) Subject: (cedet-utest): Add EDE sanity check to the end. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=658ff90280712b252595d41ad492a16d4703f05f;p=emacs.git (cedet-utest): Add EDE sanity check to the end. --- diff --git a/test/manual/cedet/cedet-utests.el b/test/manual/cedet/cedet-utests.el index 1c5559978a6..f3633e2bd24 100644 --- a/test/manual/cedet/cedet-utests.el +++ b/test/manual/cedet/cedet-utests.el @@ -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))