From 6b9b7ec69002e062bb48049acdab7e1e7145b0ca Mon Sep 17 00:00:00 2001 From: James Shaw Date: Sat, 22 Sep 2007 23:08:54 +0000 Subject: Extend list implementation, add test-list.c to test some of it. svn path=/trunk/dom/; revision=3573 --- test/lib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/lib/Makefile') diff --git a/test/lib/Makefile b/test/lib/Makefile index c94c1ae..78e6bff 100644 --- a/test/lib/Makefile +++ b/test/lib/Makefile @@ -28,7 +28,7 @@ RELEASE = libdomtest.a DEBUG = libdomtest-debug.a # Objects -OBJS = list testassert testobject utils +OBJS = comparators list testassert testobject utils .PHONY: clean debug export release setup test -- cgit v1.2.3