Skip to content

Commit

Permalink
Add 'make check-tutorial'.
Browse files Browse the repository at this point in the history
  • Loading branch information
jelmer committed Jan 4, 2012
1 parent 2c7868e commit 968c0fc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ install::
check:: build
$(RUNTEST) dulwich.tests.test_suite

check-tutorial:: build
$(RUNTEST) dulwich.tests.tutorial_test_suite

check-nocompat:: build
$(RUNTEST) dulwich.tests.nocompat_test_suite

Expand Down

0 comments on commit 968c0fc

Please sign in to comment.