]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Fix test target
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Mon, 11 Mar 2019 11:40:32 +0000 (19:40 +0800)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Mon, 11 Mar 2019 11:40:32 +0000 (19:40 +0800)
Makefile

index 44adf5fe73580f1e36c2951af1f7288617c352e3..3ac16b540a5ea0e43e7c0b992c4066348bea6a69 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -76,10 +76,10 @@ $(BUILD_DIR)/tests/radiusd-c: raddb/test.conf ${BUILD_DIR}/bin/radiusd $(GENERAT
        @echo "ok"
        @touch $@
 
-test: ${BUILD_DIR}/bin/radiusd ${BUILD_DIR}/bin/radclient tests.bin tests.trie tests.unit test.xlat tests.keywords tests.auth tests.modules $(BUILD_DIR)/tests/radiusd-c tests.eap | build.raddb
+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.test.xlat clean.tests.dict clean.tests.eap clean.tests.auth clean.tests.modules clean.tests.bin
+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