mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2024-11-25 00:38:24 -05:00
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 <jouni@codeaurora.org>
This commit is contained in:
parent
b746f28c00
commit
05195189f1
@ -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.*
|
||||
|
Loading…
Reference in New Issue
Block a user