[svn:parrot] r46689 - in branches/ops_pct: config/gen/makefiles lib/Parrot/Harness

cotto at svn.parrot.org cotto at svn.parrot.org
Sat May 15 23:05:36 UTC 2010


Author: cotto
Date: Sat May 15 23:05:33 2010
New Revision: 46689
URL: https://trac.parrot.org/parrot/changeset/46689

Log:
[dynops] move dynops out of corevm and tests out of coretest

Modified:
   branches/ops_pct/config/gen/makefiles/root.in
   branches/ops_pct/lib/Parrot/Harness/DefaultTests.pm

Modified: branches/ops_pct/config/gen/makefiles/root.in
==============================================================================
--- branches/ops_pct/config/gen/makefiles/root.in	Sat May 15 22:57:50 2010	(r46688)
+++ branches/ops_pct/config/gen/makefiles/root.in	Sat May 15 23:05:33 2010	(r46689)
@@ -613,6 +613,7 @@
     $(DATA_JSON_LIB_PBCS) \
     $(NQP_LIB_PBCS) \
     $(GEN_LIBRARY) \
+    $(DYNOPLIBS_TARGETS) \
     $(LIBNCI_TEST_SO)
 
 corevm : \
@@ -622,8 +623,7 @@
     runtime/parrot/include/parrotlib.pbc \
     runtime/parrot/include/config.fpmc \
     $(LIBRARY_DIR)/Test/More.pbc \
-    $(DYNPMC_TARGETS) \
-    $(DYNOPLIBS_TARGETS)
+    $(DYNPMC_TARGETS)
 
 $(GEN_LIBRARY) : $(PARROT) $(GEN_PASM_INCLUDES)
 

Modified: branches/ops_pct/lib/Parrot/Harness/DefaultTests.pm
==============================================================================
--- branches/ops_pct/lib/Parrot/Harness/DefaultTests.pm	Sat May 15 22:57:50 2010	(r46688)
+++ branches/ops_pct/lib/Parrot/Harness/DefaultTests.pm	Sat May 15 23:05:33 2010	(r46689)
@@ -66,7 +66,6 @@
     t/oo/*.t
     t/native_pbc/*.t
     t/dynpmc/*.t
-    t/dynoplibs/*.t
 );
 
 # core tests are run unless --runcore-tests is present.  Typically
@@ -87,6 +86,7 @@
     t/compilers/tge/*.t
     t/compilers/opsc/*.t
     t/compilers/data_json/*.t
+    t/dynoplibs/*.t
     t/library/*.t
     t/tools/*.t
     t/profiling/*.t


More information about the parrot-commits mailing list