Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix deps; shuffle tests.
  • Loading branch information
coke committed Dec 18, 2009
1 parent 10145f7 commit af458d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/Makefile.in
Expand Up @@ -14,9 +14,9 @@ PBC_TO_EXE = $(PARROT_BIN_DIR)/pbc_to_exe$(EXE)
PARTCL_EXE = partcl$(EXE)

GEN_SOURCES = \
src/ARE/Actions.pir \
src/ARE/Actions.pir \
src/ARE/Compiler.pir \
src/ARE/Grammar.pir \
src/Partcl/Actions.pir \
src/Partcl/Compiler.pir \
src/Partcl/Grammar.pir \
Expand Down Expand Up @@ -68,7 +68,7 @@ TEST_FILES = \

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

# Expected to fail.
fulltest:
Expand Down

0 comments on commit af458d7

Please sign in to comment.