Skip to content
This repository has been archived by the owner on Feb 3, 2021. It is now read-only.

Commit

Permalink
Change "make test" target to specify $(PARROT) executable (suggested
Browse files Browse the repository at this point in the history
by moritz++).
  • Loading branch information
pmichaud committed Oct 15, 2009
1 parent 2bb5b72 commit f80ba14
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions build/Makefile.in
Expand Up @@ -68,7 +68,6 @@ P6REGEX_SOURCES = \
all: p6regex$(EXE) p6grammar$(EXE)



p6grammar$(EXE): p6grammar.pbc
$(PBC_TO_EXE) p6grammar.pbc

Expand Down Expand Up @@ -102,10 +101,10 @@ src/gen/p6regex-actions.pir: $(NQP) src/Regex/P6Regex/Actions.pm
## testing

test: all
prove -r t
prove -r --exec $(PARROT) t

test_loud: all
prove -r -v t
prove -r -v --exec $(PARROT) t

## cleaning
clean:
Expand Down
2 changes: 1 addition & 1 deletion t/p6regex/01-regex.t
@@ -1,4 +1,4 @@
#!./parrot_install/bin/parrot
#! parrot
# Copyright (C) 2001-2008, Parrot Foundation.
# $Id: 01-regex.t 40191 2009-07-21 12:56:20Z bacek $

Expand Down

0 comments on commit f80ba14

Please sign in to comment.