emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] scratch/merge-cedet-tests 38d59cb 207/316: Tests: Add ERT


From: Edward John Steere
Subject: [Emacs-diffs] scratch/merge-cedet-tests 38d59cb 207/316: Tests: Add ERT test for the C Bovinator
Date: Fri, 27 Jan 2017 20:03:40 +0000 (UTC)

branch: scratch/merge-cedet-tests
commit 38d59cbda9ec9847d40a0c8b517416f107a91a13
Author: David Engster <address@hidden>
Commit: Edward John Steere <address@hidden>

    Tests: Add ERT test for the C Bovinator
    
    * tests/cedet-utests.el (cedet/semantic/ert/test-c-parser): Require.
      (cedet-utest-test-alist): Add new ERT test.
    
    * tests/cedet/semantic/ert/test-c-parser.el: New file for testing the C
      Bovinator. This tests the newly added typed enum rule.
---
 test/manual/cedet/cedet-utests.el |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/test/manual/cedet/cedet-utests.el 
b/test/manual/cedet/cedet-utests.el
index 7db99a4..29a55d3 100644
--- a/test/manual/cedet/cedet-utests.el
+++ b/test/manual/cedet/cedet-utests.el
@@ -36,6 +36,7 @@
 (require 'cedet/semantic/lex-utest)
 (require 'cedet/semantic/lex-spp-utest)
 (require 'cedet/semantic/utest-parse)
+(require 'cedet/semantic/ert/test-c-parser)
 (require 'cedet/semantic/utest-c)
 (require 'cedet/semantic/ia-utest)
 (require 'cedet/semantic/utest-fw)
@@ -94,6 +95,7 @@
     ;;
     ("semantic: lex spp table write" . semantic-lex-spp-write-utest)
     ("semantic: multi-lang parsing" . semantic-utest-main)
+    ("semantic: C parser (ERT)" . semantic-c-parser-test-ert)
     ("semantic: C preprocessor" . semantic-utest-c)
     ("semantic: analyzer tests" . semantic-ia-utest)
     ("semanticdb: data cache" . semantic-test-data-cache)



reply via email to

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