Added the 'check' target to the toplevel Makefile

This commit is contained in:
Juan Jose Garcia Ripoll 2011-12-10 00:19:21 +01:00
parent 7e1d1e5767
commit d3c3b4347e

View file

@ -114,6 +114,9 @@ distclean: clean
# begin to build the program.
realclean: distclean
check:
cd build; $(MAKE) check
# ==================== Various means of distribution ====================
TAR_DIR=ecl-$(VERSION)