emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] scratch/merge-cedet-tests 658ff90 205/316: (cedet-utest):


From: Edward John Steere
Subject: [Emacs-diffs] scratch/merge-cedet-tests 658ff90 205/316: (cedet-utest): Add EDE sanity check to the end.
Date: Fri, 27 Jan 2017 20:03:40 +0000 (UTC)

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

    (cedet-utest): Add EDE sanity check to the end.
---
 test/manual/cedet/cedet-utests.el |    5 +++++
 1 file changed, 5 insertions(+)

diff --git a/test/manual/cedet/cedet-utests.el 
b/test/manual/cedet/cedet-utests.el
index 1c55599..f3633e2 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))
 



reply via email to

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