From: Arran Cudbard-Bell Date: Tue, 26 Feb 2013 01:44:25 +0000 (-0500) Subject: Test target must trigger cert creation process, else we time out waiting for the... X-Git-Tag: release_3_0_0_beta1~926 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1c8dc419a5d8220614b8d25b3f26e87f34fc63d6;p=thirdparty%2Ffreeradius-server.git Test target must trigger cert creation process, else we time out waiting for the server to start on Travis builds --- diff --git a/Makefile b/Makefile index bd3709a5045..028ee0bea18 100644 --- a/Makefile +++ b/Makefile @@ -26,6 +26,7 @@ SUBDIRS = $(wildcard raddb) .PHONY: test test: + @$(MAKE) -C raddb/certs @$(MAKE) -C src/tests tests #