Skip to content

Commit

Permalink
Merge branch 'master' of github.com:partcl/partcl-nqp
Browse files Browse the repository at this point in the history
  • Loading branch information
Austin Hastings authored and Austin Hastings committed Apr 5, 2010
2 parents 3186529 + 8fae447 commit 49c066d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build/Makefile.in
Expand Up @@ -3,7 +3,7 @@
# values from parrot_config
PARROT_BIN_DIR = @bindir@
EXE = @exe@
PERL = @perl@ # used implicitly by RM_F
PERL = @perl@
RM_F = @rm_f@

# locations of parrot resources
Expand Down Expand Up @@ -98,6 +98,9 @@ TEST_FILES = \
# t/cmd_variable.t t/cmd_vwait.t t/tcl_backslash.t
# t/tcl_misc.t t/tcl_namespace.t t/tcl_var_subst.t

Makefile: Configure.pl build/Makefile.in
$(PERL) Configure.pl

# Only those tests that pass for now.
test: $(PARTCL_EXE)
prove -s --exec=./$(PARTCL_EXE) $(TEST_FILES)
Expand Down

0 comments on commit 49c066d

Please sign in to comment.