summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2015-07-09 08:05:06 +0100
committerVincent Sanders <vince@kyllikki.org>2015-07-09 08:05:06 +0100
commit6f1ed5979d9c2d775fedaa4d5defb9b1ea18f178 (patch)
treee57ef390b348bb9868376dc1a4ada70ee6277c36
parentbe879ad526abb72423866f63d0c4ac93ed92f886 (diff)
downloadnetsurf-6f1ed5979d9c2d775fedaa4d5defb9b1ea18f178.tar.gz
netsurf-6f1ed5979d9c2d775fedaa4d5defb9b1ea18f178.tar.bz2
remove unused sources from urldb test
-rw-r--r--test/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/test/Makefile b/test/Makefile
index 57a40ae01..9db5030b5 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -9,9 +9,8 @@ nsurl_SRCS := utils/corestrings.c utils/nsurl.c utils/idna.c \
# url database test sources and flags
urldbtest_SRCS := content/urldb.c \
- utils/url.c utils/utils.c utils/idna.c utils/messages.c \
- utils/hashtable.c utils/bloom.c utils/nsoption.c \
- utils/filename.c utils/nsurl.c utils/corestrings.c \
+ utils/idna.c utils/bloom.c utils/nsoption.c utils/nsurl.c \
+ utils/corestrings.c \
test/log.c test/urldbtest.c
# low level cache sources and flags