Skip to content

Commit

Permalink
Add another test to make test!
Browse files Browse the repository at this point in the history
  • Loading branch information
coke committed Nov 28, 2009
1 parent 6ebafe5 commit 9aeb25c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion build/Makefile.in
Expand Up @@ -79,8 +79,12 @@ $(TCLLEXPAD_PIR): src/TclLexPad.pm

## testing

TEST_FILES = \
t/sanity.t \
t/cmd_llength.t

test: $(PMTCL_EXE)
./$(PMTCL_EXE) t/sanity.t
prove --exec=./$(PMTCL_EXE) $(TEST_FILES)

## cleaning

Expand Down

0 comments on commit 9aeb25c

Please sign in to comment.