Ticket #231: no.special.annotate.patch
File no.special.annotate.patch, 0.9 KB (added by jkeenan, 12 years ago) |
---|
-
config/gen/makefiles/root.in
1451 1451 # We probably need a complete build before running the tests. 1452 1452 test_prep : all 1453 1453 1454 # We always want to test annotations are persisted in PBC during make test.1455 test_pbc_annotation_persistence : test_prep1456 $(PERL) t/harness $(EXTRA_TEST_ARGS) -r t/op/annotate.t1457 1458 1454 # Run test cases with a single call of t/harness. Users have to look at only 1459 1455 # one report. The default set of tests to run is contained in t/harness, 1460 1456 # make any edits there. Some tests are run in a separate harness only because … … 1464 1460 test : test_core nqp_test 1465 1461 1466 1462 # Test Parrot core. 1467 test_core: test_prep test_pbc_annotation_persistence1463 test_core: test_prep 1468 1464 $(PERL) t/harness $(EXTRA_TEST_ARGS) 1469 1465 1470 1466 # Test the NQP compiler