From c2f09c4b379803654978c28b6998d0495fd05afc Mon Sep 17 00:00:00 2001 From: zappo Date: Mon, 14 Sep 2009 02:38:38 +0000 Subject: [PATCH] (cedet-integ-test-proj): Add cit-remove-and-do-shared-lib. --- test/manual/cedet/cedet-integ-test.el | 4 ++++ 1 file changed, 4 insertions(+) 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) -- 2.39.2