]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Add missed 'clean.tests' target
authorJorge Pereira <jpereiran@gmail.com>
Fri, 8 Mar 2019 19:20:30 +0000 (16:20 -0300)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Mon, 11 Mar 2019 07:31:59 +0000 (15:31 +0800)
Makefile

index 7d4b15f6cee5bc13d4eb3e23e3a62bb3adf30f98..3ac16b540a5ea0e43e7c0b992c4066348bea6a69 100644 (file)
--- 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})" ""