Skip to content

Commit

Permalink
allow 'make test' with tclsh itself
Browse files Browse the repository at this point in the history
  • Loading branch information
coke committed Jun 21, 2010
1 parent 28793c8 commit 36223f6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build/Makefile.in
Expand Up @@ -122,6 +122,10 @@ test: $(PARTCL_EXE)
testj: $(PARTCL_EXE)
prove -s -j3 --exec=./$(PARTCL_EXE) $(TEST_FILES)

# Do our tests actually work with our target tclsh?
test-tcl:
prove -s --exec=tclsh8.5 $(TEST_FILES)

# Expected to fail.
fulltest:
prove -s -j3 -r --exec=./$(PARTCL_EXE) t
Expand Down

0 comments on commit 36223f6

Please sign in to comment.