eap-aka-3gpp: Add test vectors from 3GPP TS 35.207 14.0.0

This commit is contained in:
Tobias Brunner
2018-05-18 17:37:39 +02:00
parent 8dfc40fa20
commit 3594663166
7 changed files with 334 additions and 5 deletions
+8
View File
@@ -736,4 +736,12 @@ endif
if MONOLITHIC
SUBDIRS += .
endif
# build unit tests
##################
SUBDIRS += tests
if USE_EAP_AKA_3GPP
SUBDIRS += plugins/eap_aka_3gpp/tests
endif