From 4039d091eb09383f05cf91e7bb63c7d4ffb47cbf Mon Sep 17 00:00:00 2001 From: Bastian Kleineidam Date: Sat, 6 Mar 2010 11:19:20 +0100 Subject: [PATCH] Added unittest2 compatibility test to check target --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 617cccb..294ad9c 100644 --- a/Makefile +++ b/Makefile @@ -42,6 +42,7 @@ check: check-copyright check-pofiles -v py-tabdaddy + py-unittest2-compat tests/ $(MAKE) pyflakes .PHONY: pyflakes