Skip to content

Commit

Permalink
Add a fulltest target to just run everything in t/ [*]
Browse files Browse the repository at this point in the history
[*] This actually hangs atm due to loop flow control failures.
  • Loading branch information
coke committed Dec 11, 2009
1 parent e0d7c8d commit 90f6d21
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build/Makefile.in
Expand Up @@ -131,9 +131,14 @@ TEST_FILES = \
t/cmd_while.t \
t/tcl_command_subst.t

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

# Expected to fail.
fulltest:
prove --exec=./$(PARTCL_EXE) t

## cleaning

clean:
Expand Down

0 comments on commit 90f6d21

Please sign in to comment.