Implement a "make check" target that will run the unit tests

This commit is contained in:
Jeroen Dekkers
2012-10-19 18:46:46 +02:00
parent b744710ee3
commit a632c82b59
5 changed files with 19 additions and 5 deletions
+2
View File
@@ -16,6 +16,8 @@ install ::
rm -rf $(SOGO_WEBSERVERRESOURCESDIR)/ckeditor/_source; \
fi
check ::
clean ::
distclean :: clean