aboutsummaryrefslogtreecommitdiffstats
path: root/tests/Makefile
diff options
context:
space:
mode:
authorJouni Malinen <j@w1.fi>2011-11-13 10:49:27 +0200
committerJouni Malinen <j@w1.fi>2011-11-13 10:49:27 +0200
commitd10b13982def0625e6dc505a41a64b6d3f203d1c (patch)
tree62ef5e2a5a801ecdf7363eff6bfcc00dd28a9e75 /tests/Makefile
parentdbdcfa397932df90170a449acc48f71b8122a51a (diff)
downloadexternal_wpa_supplicant_8_ti-d10b13982def0625e6dc505a41a64b6d3f203d1c.zip
external_wpa_supplicant_8_ti-d10b13982def0625e6dc505a41a64b6d3f203d1c.tar.gz
external_wpa_supplicant_8_ti-d10b13982def0625e6dc505a41a64b6d3f203d1c.tar.bz2
Add test-https for testing internal TLS client functionality
This tool can be used to test the internal TLS client implementation against HTTPS servers. Signed-hostap: Jouni Malinen <j@w1.fi>
Diffstat (limited to 'tests/Makefile')
-rw-r--r--tests/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/Makefile b/tests/Makefile
index 210a1b4..401275a 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -45,6 +45,9 @@ test-asn1: test-asn1.o $(LIBS)
test-base64: test-base64.o $(LIBS)
$(LDO) $(LDFLAGS) -o $@ $^
+test-https: test-https.o $(LIBS)
+ $(LDO) $(LDFLAGS) -o $@ $< $(LLIBS)
+
test-list: test-list.o $(LIBS)
$(LDO) $(LDFLAGS) -o $@ $^