build: Add eap-md5.c to test-eapol requirements

Otherwise the EAP-MD5 driver is not found and we get the following
output:

TEST: EAPoL/8021x EAP-TTLS+EAP-MD5 & 4-Way Handshake
Error initializing EAP for ifindex 1

Program received signal SIGSEGV, Segmentation fault.
This commit is contained in:
Denis Kenzior 2016-12-01 13:41:36 -06:00
parent eeb4f35bcb
commit c78d6fda26
1 changed files with 2 additions and 1 deletions

View File

@ -177,7 +177,8 @@ unit_test_eapol_SOURCES = unit/test-eapol.c \
src/eapol.h src/eapol.c \
src/handshake.h src/handshake.c \
src/eap.h src/eap.c \
src/eap-tls.c src/eap-ttls.c
src/eap-tls.c src/eap-ttls.c \
src/eap-md5.c
unit_test_eapol_LDADD = ell/libell-internal.la
unit_test_ssid_to_utf8_SOURCES = src/util.h src/util.c \