2
0
Эх сурвалжийг харах

Add 'make check-tutorial'.

Jelmer Vernooij 13 жил өмнө
parent
commit
968c0fc65c
1 өөрчлөгдсөн 3 нэмэгдсэн , 0 устгасан
  1. 3 0
      Makefile

+ 3 - 0
Makefile

@@ -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