Skip to content

Commit

Permalink
added simple target to run all tests
Browse files Browse the repository at this point in the history
  • Loading branch information
berlinguyinca authored and inducer committed Aug 21, 2008
1 parent 900f454 commit 63fa9ee
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,7 @@ clean:

tags:
ctags -R src || true

tests:
echo "running tests"
find ./test -type f -name "*.py" -exec python {} \;

0 comments on commit 63fa9ee

Please sign in to comment.