mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-28 17:57:38 +00:00
Implement a "make check" target that will run the unit tests
This commit is contained in:
@@ -35,6 +35,8 @@ install ::
|
||||
tar cf - $(WOXS) | ( cd $(SOGO_TEMPLATESDIR); tar xf -) ;\
|
||||
fi
|
||||
|
||||
check ::
|
||||
|
||||
clean ::
|
||||
|
||||
distclean :: clean
|
||||
|
||||
@@ -16,6 +16,8 @@ install ::
|
||||
rm -rf $(SOGO_WEBSERVERRESOURCESDIR)/ckeditor/_source; \
|
||||
fi
|
||||
|
||||
check ::
|
||||
|
||||
clean ::
|
||||
|
||||
distclean :: clean
|
||||
|
||||
Reference in New Issue
Block a user