From: zappo Date: Sun, 24 Feb 2008 18:22:28 +0000 (+0000) Subject: (cit-srec): New require (cedet-integ-test): Call srec test. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6bbf4992b19c5a32d736271a177366ae1d757cc9;p=emacs.git (cit-srec): New require (cedet-integ-test): Call srec test. --- diff --git a/test/manual/cedet/cedet-integ-test.el b/test/manual/cedet/cedet-integ-test.el index 0d313b2e736..66be0d20e6c 100644 --- a/test/manual/cedet/cedet-integ-test.el +++ b/test/manual/cedet/cedet-integ-test.el @@ -44,6 +44,7 @@ ;; b Test various templates ;; c Use a template to build some C++ templates ;; d SRecode to load the new template and construct some sources. +;; e SRecode map update for local templates. ;; ;; 3) Semantic to parse stuff ;; a Parse the sources @@ -56,6 +57,7 @@ ;; a Make sure the semanticdb cleans up the dead cache files. ;; b Make sure EDE clears this project from it's project cache. (require 'cit-cpp) +(require 'cit-srec) (require 'cit-el) (require 'cit-texi) @@ -85,6 +87,9 @@ ;; 1 e) remove files from a project (cit-remove-add-to-project-cpp) + ;; 2 e) srecode map manipulation + (cit-srecode-map-test) + ;; Do some more with Emacs Lisp. (cit-srecode-fill-el)