From: Jouni Malinen Date: Mon, 12 Oct 2020 18:37:25 +0000 (+0300) Subject: tests: Build test-https and test-https_server as part of ALL X-Git-Tag: hostap_2_10~836 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=05195189f1cb6073759ce256276d2f8ba51fdbd9;p=thirdparty%2Fhostap.git tests: Build test-https and test-https_server as part of ALL Even though these are not part of run-tests, it is simpler to just build them like all other tests/test-* tools. Signed-off-by: Jouni Malinen --- diff --git a/tests/Makefile b/tests/Makefile index 47d1685c0..2d2343b64 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -1,6 +1,7 @@ ALL=test-base64 test-md4 test-milenage \ test-rsa-sig-ver \ test-sha1 \ + test-https test-https_server \ test-sha256 test-aes test-x509v3 test-list test-rc4 include ../src/build.rules @@ -94,6 +95,5 @@ run-tests: $(ALL) clean: common-clean rm -f *~ - rm -f test-https rm -f test_x509v3_nist.out.* rm -f test_x509v3_nist2.out.*