From: Arran Cudbard-Bell Date: Thu, 28 Feb 2013 01:56:17 +0000 (-0500) Subject: Generate certificates before running tests X-Git-Tag: release_2_2_1~133 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c0f8ff20a900992ff2664ec8cc4f8b00b6956bfb;p=thirdparty%2Ffreeradius-server.git Generate certificates before running tests --- diff --git a/Makefile b/Makefile index c41fff75f06..756cb2fa1b7 100644 --- a/Makefile +++ b/Makefile @@ -23,6 +23,7 @@ clean: .PHONY: test test: + @$(MAKE) -C raddb/certs @$(MAKE) -C src/tests tests #