unittests: add unittest suite for lib/strntol.c
[fio.git] / Makefile
index 9f27ff16058e970a46a737b2e8dd1a768a3eff30..abcfe4dc3622c3efe7d1dc79d5c41ae772e5a699 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -303,7 +303,9 @@ PROGS += $(T_PROGS)
 ifdef CONFIG_HAVE_CUNIT
 UT_OBJS = unittests/unittest.o
 UT_OBJS += unittests/lib/memalign.o
+UT_OBJS += unittests/lib/strntol.o
 UT_TARGET_OBJS = lib/memalign.o
+UT_TARGET_OBJS += lib/strntol.o
 UT_PROGS = unittests/unittest
 else
 UT_OBJS =