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