--- getopt/trunk/Makefile 2012/08/12 09:07:18 326 +++ getopt/trunk/Makefile 2014/11/23 10:50:39 368 @@ -17,7 +17,7 @@ # For creating the archive PACKAGE=getopt -VERSION=1.1.4 +VERSION=1.1.5 BASENAME=$(PACKAGE)-$(VERSION) UNLIKELYNAME=a8vwjfd92 @@ -105,3 +105,7 @@ ln -s .. $(UNLIKELYNAME)/$(BASENAME) cd $(UNLIKELYNAME) && tar cfvzp ../$(BASENAME).tar.gz --exclude='CVS' --exclude='*.tar.gz' --exclude=$(UNLIKELYNAME) $(BASENAME)/* $(RM) -r $(UNLIKELYNAME) + +.PHONY: test +test: all + ./run-tests