diff -r 180bc6b18fec -r 76caac0da4a0 test/Makefile --- a/test/Makefile Tue Oct 09 10:21:18 2012 +0200 +++ b/test/Makefile Tue Oct 09 15:02:40 2012 +0200 @@ -35,6 +35,7 @@ SRC += map_tests.c SRC += string_tests.c SRC += logging_tests.c +SRC += memstream_tests.c OBJ = $(SRC:%.c=../build/%.$(OBJ_EXT))