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:
Jouni Malinen 2014-05-25 20:35:55 +03:00
parent aa9735e772
commit 8860e0f47c
4 changed files with 37 additions and 32 deletions

View file

@ -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