]> git.eshelyaron.com Git - emacs.git/commitdiff
(cedet-integ-test-proj): Add cit-remove-and-do-shared-lib.
authorzappo <zappo@users.sourceforge.net>
Mon, 14 Sep 2009 02:38:38 +0000 (02:38 +0000)
committerEdward John Steere <edward.steere@gmail.com>
Wed, 25 Jan 2017 16:42:20 +0000 (18:42 +0200)
test/manual/cedet/cedet-integ-test.el

index 5ac9f165c70d3030e4beb1c364739a7d879538b3..71c07b8a028953630d493ad3a264548067b2b3cf 100644 (file)
@@ -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)