Skip to content

Commit

Permalink
enh: added checkspecs to makefiel
Browse files Browse the repository at this point in the history
  • Loading branch information
satra committed Nov 1, 2013
1 parent 4a0faa4 commit 3a9c3f4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,12 @@ html:
@echo "building docs"
make -C doc clean html

check-before-commit: trailing-spaces html test
specs:
@echo "Checking specs and autogenerating spec tests"
python tools/checkspecs.py

check-before-commit: trailing-spaces html test specs
@echo "removed spaces"
@echo "built docs"
@echo "ran test"
@echo "generated spec tests"

0 comments on commit 3a9c3f4

Please sign in to comment.