~jelmer/dulwich/lp-pqm

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Jelmer Vernooij
  • Date: 2012-02-01 22:13:51 UTC
  • mfrom: (413.11.554)
  • Revision ID: jelmer@samba.org-20120201221351-b3n2p9zttzh62dwu
Merge trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
check:: build
26
26
        $(RUNTEST) dulwich.tests.test_suite
27
27
 
 
28
check-tutorial:: build
 
29
        $(RUNTEST) dulwich.tests.tutorial_test_suite 
 
30
 
28
31
check-nocompat:: build
29
32
        $(RUNTEST) dulwich.tests.nocompat_test_suite
30
33