Skip to content

Commit

Permalink
Merge pull request #382 from OpenKore/make_test
Browse files Browse the repository at this point in the history
Run tests with `make test` instead of launching openkore
  • Loading branch information
itsrachelfish committed Jan 13, 2017
2 parents a2dc4b7 + be051a4 commit b29a290
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ bindist:
bash makedist.sh --bin

test:
perl openkore.pl --control=../control --tables=../tables --fields=../fields $$ARGS
cd src/test && ./unittests.pl

doc:
cd src/doc && ./createdoc.pl

0 comments on commit b29a290

Please sign in to comment.