--- a/test/Makefile Wed Oct 10 09:34:13 2012 +0200
+++ b/test/Makefile Wed Oct 10 09:54:57 2012 +0200
@@ -35,7 +35,7 @@
SRC += map_tests.c
SRC += string_tests.c
SRC += logging_tests.c
-SRC += memstream_tests.c
+SRC += buffer_tests.c
OBJ = $(SRC:%.c=../build/%.$(OBJ_EXT))