From: zappo Date: Mon, 14 Sep 2009 02:38:38 +0000 (+0000) Subject: (cedet-integ-test-proj): Add cit-remove-and-do-shared-lib. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c2f09c4b379803654978c28b6998d0495fd05afc;p=emacs.git (cedet-integ-test-proj): Add cit-remove-and-do-shared-lib. --- diff --git a/test/manual/cedet/cedet-integ-test.el b/test/manual/cedet/cedet-integ-test.el index 5ac9f165c70..71c07b8a028 100644 --- a/test/manual/cedet/cedet-integ-test.el +++ b/test/manual/cedet/cedet-integ-test.el @@ -45,6 +45,7 @@ ;; f create a build file. ;; g build the sources ;; e remove files from a project. +;; f shared libraries from EDE. ;; ;; 2) Build sources using SRecode. ;; a Fill in the constructed C files with classes and methods. @@ -134,6 +135,9 @@ Optional argument MAKE-TYPE is the style of EDE project to test." ;; 1 e) remove files from a project (cit-remove-add-to-project-cpp) + ;; 1 f) remove files from a project + (cit-remove-and-do-shared-lib) + ;; 2 e) srecode map manipulation (cit-srecode-map-test)