diff options
author | Jouni Malinen <j@w1.fi> | 2014-02-20 23:15:16 (GMT) |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2014-02-21 11:41:30 (GMT) |
commit | 3cdcb3a4b352bcc0ba3ebc77bddf285d7834a7b4 (patch) | |
tree | 93ef7245cb65a25a94583bd68bcaf9666b812ca2 /wpa_supplicant/Makefile | |
parent | ea449b5bfee82892f526fe5ace8d31c32d57809c (diff) | |
download | hostap-3cdcb3a4b352bcc0ba3ebc77bddf285d7834a7b4.zip hostap-3cdcb3a4b352bcc0ba3ebc77bddf285d7834a7b4.tar.gz hostap-3cdcb3a4b352bcc0ba3ebc77bddf285d7834a7b4.tar.bz2 |
tests: Add module tests for WPS attribute parsing
Signed-off-by: Jouni Malinen <j@w1.fi>
Diffstat (limited to 'wpa_supplicant/Makefile')
-rw-r--r-- | wpa_supplicant/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/wpa_supplicant/Makefile b/wpa_supplicant/Makefile index 8dc97b2..7b556e8 100644 --- a/wpa_supplicant/Makefile +++ b/wpa_supplicant/Makefile @@ -100,6 +100,9 @@ OBJS_c += ../src/utils/os_$(CONFIG_OS).o ifdef CONFIG_MODULE_TESTS CFLAGS += -DCONFIG_MODULE_TESTS OBJS += wpas_module_tests.o +ifdef CONFIG_WPS +OBJS += ../src/wps/wps_module_tests.o +endif endif ifdef CONFIG_WPA_TRACE |