summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2007-09-22 17:45:37 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2007-09-22 17:45:37 +0000
commit6b471d573f09a51867c4c415f6b8f9b16d937ffb (patch)
tree928e8cd107286bced0fc38fe6e89acf49699d97a /test
parent6837c5789f492460f610a4ce074606eac5268a98 (diff)
downloadlibdom-6b471d573f09a51867c4c415f6b8f9b16d937ffb.tar.gz
libdom-6b471d573f09a51867c4c415f6b8f9b16d937ffb.tar.bz2
Rename testcase utility library to libdomtest -- libdebug made no sense
svn path=/trunk/dom/; revision=3571
Diffstat (limited to 'test')
-rw-r--r--test/Makefile2
-rw-r--r--test/lib/Makefile4
2 files changed, 3 insertions, 3 deletions
diff --git a/test/Makefile b/test/Makefile
index d298648..f543602 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -23,7 +23,7 @@ CFLAGS += -I${TOP}/src/ -I${TOP}/bindings/xml/ -I$(CURDIR)
LDFLAGS += `${PKGCONFIG} ${PKGCONFIGFLAGS} --libs libxml-2.0`
# Libraries we link against
-LIBS = -L./lib -ldebug -ldom-libxml-debug -ldom-debug
+LIBS = -L./lib -ldomtest-debug -ldom-libxml-debug -ldom-debug
# Release output
RELEASE =
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