From: Alan T. DeKok Date: Tue, 29 Nov 2011 10:47:13 +0000 (+0100) Subject: Add "tests" target X-Git-Tag: release_3_0_0_beta0~460 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a812023439733ff6972b4cf918423732c5bf5b0;p=thirdparty%2Ffreeradius-server.git Add "tests" target --- diff --git a/src/Makefile b/src/Makefile index 4e9b7959958..a79ce07a643 100644 --- a/src/Makefile +++ b/src/Makefile @@ -24,6 +24,10 @@ install: reconfig: @$(MAKE) $(MFLAGS) WHAT_TO_MAKE=$@ common +.PHONY: tests +tests: + @$(MAKE) -C tests tests + .PHONY: common $(SUBDIRS) #