From: Arran Cudbard-Bell Date: Mon, 11 Mar 2019 11:40:32 +0000 (+0800) Subject: Fix test target X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=32f0adc4f9873b04ab2d704d43e2cfa9348b4dce;p=thirdparty%2Ffreeradius-server.git Fix test target --- diff --git a/Makefile b/Makefile index 44adf5fe735..3ac16b540a5 100644 --- 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