[svn:parrot] r37699 - trunk/config/gen/makefiles

cotto at svn.parrot.org cotto at svn.parrot.org
Wed Mar 25 04:51:26 UTC 2009


Author: cotto
Date: Wed Mar 25 04:51:25 2009
New Revision: 37699
URL: https://trac.parrot.org/parrot/changeset/37699

Log:
[config] add src/string to make cover results, alphabetize dirs

Modified:
   trunk/config/gen/makefiles/root.in

Modified: trunk/config/gen/makefiles/root.in
==============================================================================
--- trunk/config/gen/makefiles/root.in	Wed Mar 25 04:26:48 2009	(r37698)
+++ trunk/config/gen/makefiles/root.in	Wed Mar 25 04:51:25 2009	(r37699)
@@ -2066,14 +2066,15 @@
 COVER_FLAGS := -fprofile-arcs -ftest-coverage
 COVER_DIRS := \
     $(SRC_DIR) \
-    $(SRC_DIR)/string/charset \
     $(SRC_DIR)/dynoplibs \
     $(SRC_DIR)/dynpmc \
-    $(SRC_DIR)/string/encoding \
     $(SRC_DIR)/gc \
     $(SRC_DIR)/ops \
     $(SRC_DIR)/packfile \
     $(SRC_DIR)/pmc \
+    $(SRC_DIR)/string \
+    $(SRC_DIR)/string/charset \
+    $(SRC_DIR)/string/encoding \
     $(IO_DIR) \
     $(IMCC_DIR)
 


More information about the parrot-commits mailing list