--- a/Makefile +++ b/Makefile @@ -40,7 +40,6 @@ # Only redirect STDOUT, which should contain details of why the test failed. # Don't molest STDERR as this may be used to receive output from a debugger. $(BUILD_DIR)/tests/radiusd-c: raddb/test.conf ${BUILD_DIR}/bin/radiusd | build.raddb - @$(MAKE) -C raddb/certs @printf "radiusd -C... " @if ! ./build/make/jlibtool --mode=execute ./build/bin/radiusd -XCMd ./raddb -D ./share -n test > $(BUILD_DIR)/tests/radiusd.config.log; then \ @rm -f raddb/test.conf; \ @@ -224,13 +223,6 @@ .PHONY: TAGS TAGS: etags `find src -type f -name '*.[ch]' -print` > $@ - -# -# Make test certificates. -# -.PHONY: certs -certs: - @$(MAKE) -C raddb/certs ###################################################################### #