]> git.eshelyaron.com Git - emacs.git/commitdiff
(cit-srec): New require (cedet-integ-test): Call srec test.
authorzappo <zappo@users.sourceforge.net>
Sun, 24 Feb 2008 18:22:28 +0000 (18:22 +0000)
committerEdward John Steere <edward.steere@gmail.com>
Wed, 25 Jan 2017 16:30:35 +0000 (18:30 +0200)
test/manual/cedet/cedet-integ-test.el

index 0d313b2e73695f8514eed1b27dbbb1a4a9aa9adb..66be0d20e6c7364d6bf23bed4bc1fe4890e2a1ea 100644 (file)
@@ -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)