diff -r b3ad9d1a20b7 -r bc81faa9afda test/Makefile.am --- a/test/Makefile.am Fri Dec 28 17:20:23 2018 +0100 +++ b/test/Makefile.am Thu Jul 04 20:07:31 2019 +0200 @@ -31,6 +31,7 @@ ucxtest_CFLAGS = -I$(top_srcdir)/src ucxtest_SOURCES = main.c ucxtest_SOURCES += allocator_tests.c +ucxtest_SOURCES += array_tests.c ucxtest_SOURCES += list_tests.c ucxtest_SOURCES += avl_tests.c ucxtest_SOURCES += mpool_tests.c