]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
build the tests only when running test targets
authorAlan T. DeKok <aland@freeradius.org>
Wed, 27 Mar 2019 19:16:00 +0000 (15:16 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Wed, 27 Mar 2019 19:16:00 +0000 (15:16 -0400)
src/tests/all.mk

index 7708ec4d8e505715b5ed8d87718557f04d0f8bc6..82e6d9cfc6392efa082bc93181db3085be104318 100644 (file)
@@ -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