emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] scratch/merge-cedet-tests a375d40 093/316: ("cit"): Give i


From: Edward John Steere
Subject: [Emacs-diffs] scratch/merge-cedet-tests a375d40 093/316: ("cit"): Give it a new name. (Misc): New target.
Date: Fri, 27 Jan 2017 20:03:30 +0000 (UTC)

branch: scratch/merge-cedet-tests
commit a375d405d773004d6cf1d5fcd8a60e1dc8763e19
Author: zappo <address@hidden>
Commit: Edward John Steere <address@hidden>

    ("cit"): Give it a new name. (Misc): New target.
---
 test/manual/cedet/Project.ede |   13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

diff --git a/test/manual/cedet/Project.ede b/test/manual/cedet/Project.ede
index 9710a7b..f380d90 100644
--- a/test/manual/cedet/Project.ede
+++ b/test/manual/cedet/Project.ede
@@ -1,7 +1,7 @@
-;; Object ede-proj-project
+;; Object cit
 ;; EDE project file.
-(ede-proj-project "cedet/tests"
-  :name "Tests"
+(ede-proj-project "cit"
+  :name "cit"
   :file "Project.ede"
   :targets (list
    (ede-proj-target-elisp "Lisp"
@@ -9,7 +9,7 @@
     :path ""
     :source '("cedet-integ-test.el" "cit-cpp.el" "cit-el.el" "cit-texi.el" 
"cit-load.el" "cit-srec.el" "cit-gnustep.el")
     :versionsource '("cedet-integ-test.el")
-    :aux-packages '("inversion" "eieio" "semantic" "semantic-bovine" 
"semantic-wisent" "srecode" "ede")
+    :aux-packages '("inversion" "eieio" "semantic" "semantic-bovine" 
"semantic-wisent" "srecode" "ede" "ede-gnustep")
     )
    (ede-proj-target-makefile-miscelaneous "templates"
     :name "templates"
@@ -21,6 +21,11 @@
     :path ""
     :source '("cit-test.sh")
     )
+   (ede-proj-target-makefile-miscelaneous "Misc"
+    :name "Misc"
+    :path ""
+    :source '("README")
+    )
    )
   :metasubproject 't
   )



reply via email to

[Prev in Thread] Current Thread [Next in Thread]