From: Jorge Pereira Date: Fri, 8 Mar 2019 19:20:30 +0000 (-0300) Subject: Add missed 'clean.tests' target X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d1885cf21994c357de745f9e6de2f79a254fa7d4;p=thirdparty%2Ffreeradius-server.git Add missed 'clean.tests' target --- diff --git a/Makefile b/Makefile index 7d4b15f6cee..3ac16b540a5 100644 --- a/Makefile +++ b/Makefile @@ -79,6 +79,9 @@ $(BUILD_DIR)/tests/radiusd-c: raddb/test.conf ${BUILD_DIR}/bin/radiusd $(GENERAT test: ${BUILD_DIR}/bin/radiusd ${BUILD_DIR}/bin/radclient tests.bin tests.trie tests.unit tests.xlat tests.keywords tests.auth tests.modules $(BUILD_DIR)/tests/radiusd-c tests.eap | build.raddb @$(MAKE) -C src/tests tests +clean.test: clean.tests.keywords clean.tests.trie clean.tests.map clean.tests.xlat clean.tests.dict clean.tests.eap clean.tests.auth clean.tests.modules clean.tests.bin + @$(MAKE) -C src/tests clean + # Tests specifically for Travis. We do a LOT more than just # the above tests ifneq "$(findstring travis,${prefix})" ""