From: Alan T. DeKok Date: Wed, 27 Mar 2019 19:16:00 +0000 (-0400) Subject: build the tests only when running test targets X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e0c6c9935270ea3e9f9e9aeec2bcdfeaaf90bd4;p=thirdparty%2Ffreeradius-server.git build the tests only when running test targets --- diff --git a/src/tests/all.mk b/src/tests/all.mk index 7708ec4d8e5..82e6d9cfc63 100644 --- a/src/tests/all.mk +++ b/src/tests/all.mk @@ -1,4 +1,6 @@ +ifneq "$(findstring test,$(MAKECMDGOALS))" "" SUBMAKEFILES := rbmonkey.mk eapol_test/all.mk dict/all.mk trie/all.mk unit/all.mk map/all.mk xlat/all.mk keywords/all.mk util/all.mk auth/all.mk modules/all.mk bin/all.mk daemon/all.mk +endif # # Include all of the autoconf definitions into the Make variable space