--- getopt/trunk/Makefile 2012/08/12 10:18:02 327 +++ getopt/trunk/Makefile 2014/11/23 10:50:39 368 @@ -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