From b3af96982bcf05f4932a5292e9d9ff4ac487bb69 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sat, 22 Sep 2007 17:45:37 +0000 Subject: Rename testcase utility library to libdomtest -- libdebug made no sense svn path=/trunk/dom/; revision=3571 --- test/lib/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/lib') diff --git a/test/lib/Makefile b/test/lib/Makefile index 22a06e9..c94c1ae 100644 --- a/test/lib/Makefile +++ b/test/lib/Makefile @@ -22,10 +22,10 @@ CFLAGS += -I$(TOP) -I$(CURDIR) # Release output -RELEASE = libdebug.a +RELEASE = libdomtest.a # Debug output -DEBUG = libdebug-debug.a +DEBUG = libdomtest-debug.a # Objects OBJS = list testassert testobject utils -- cgit v1.2.3