Skip to content

Commit

Permalink
For the purpose of getting quick(er) feedback on different GC options…
Browse files Browse the repository at this point in the history
…, add a

'gc_tests' target which, for now, will consist solely of t/compilers/opsc/*.t.
  • Loading branch information
jkeenan committed Apr 19, 2011
1 parent baa3b01 commit 83e4dba
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config/gen/makefiles/root.in
Expand Up @@ -2012,6 +2012,8 @@ SRC_TEST_FILES = \
t/src/*.t \
t/src/embed/*.t
TOOLS_TEST_FILES = $(TOOLS_TESTS_DIR)/tools/*.t
GC_TEST_FILES = \
t/compilers/opsc/*.t

# pbc files used for several tests;
# not needed for build, hence this target is not included in 'all'
Expand Down Expand Up @@ -2165,6 +2167,9 @@ manifest_tests :
examples_tests : test_prep
$(PERL) t/harness $(EXAMPLES_TEST_FILES)

gc_tests : test_prep
$(PERL) t/harness $(GC_TEST_FILES)

# moretests: Good to use before branch merges
moretests: test_prep \
test \
Expand Down

0 comments on commit 83e4dba

Please sign in to comment.