]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
tests: Build test-https and test-https_server as part of ALL
authorJouni Malinen <jouni@codeaurora.org>
Mon, 12 Oct 2020 18:37:25 +0000 (21:37 +0300)
committerJouni Malinen <j@w1.fi>
Mon, 12 Oct 2020 18:41:47 +0000 (21:41 +0300)
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 <jouni@codeaurora.org>
tests/Makefile

index 47d1685c0352a77b4e208b766736eba36180774e..2d2343b640a52d16735ca1524c16b9570e48d042 100644 (file)
@@ -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.*