From 38d59cbda9ec9847d40a0c8b517416f107a91a13 Mon Sep 17 00:00:00 2001 From: David Engster Date: Sun, 25 Jan 2015 23:05:25 +0100 Subject: [PATCH] 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 7db99a4ed07..29a55d316ac 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) -- 2.39.2