tests: Add printf encoding/decoding module tests
This replaces tests/test-printf.c. Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
aa9735e772
commit
8860e0f47c
4 changed files with 37 additions and 32 deletions
|
@ -100,6 +100,7 @@ OBJS_c += ../src/utils/os_$(CONFIG_OS).o
|
|||
ifdef CONFIG_MODULE_TESTS
|
||||
CFLAGS += -DCONFIG_MODULE_TESTS
|
||||
OBJS += wpas_module_tests.o
|
||||
OBJS += ../src/utils/utils_module_tests.o
|
||||
ifdef CONFIG_WPS
|
||||
OBJS += ../src/wps/wps_module_tests.o
|
||||
endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue