summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2017-02-08 17:32:56 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2017-02-08 17:32:56 +0000
commit7996c29b0c3df81d37ed686fd6fd8f5d28f92981 (patch)
treea73ae44761f881d3031f727ea4ed9e901b0a6cbc /test
parent3f5d8d1a2e844c8833eeb046fd7a84b72a3d3a1f (diff)
downloadnetsurf-7996c29b0c3df81d37ed686fd6fd8f5d28f92981.tar.gz
netsurf-7996c29b0c3df81d37ed686fd6fd8f5d28f92981.tar.bz2
Test: Fix up for rearranged nsurl source.
Diffstat (limited to 'test')
-rw-r--r--test/Makefile13
1 files changed, 9 insertions, 4 deletions
diff --git a/test/Makefile b/test/Makefile
index d5e9d0033..1f884dcc9 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -13,12 +13,15 @@ TESTS := \
time #llcache
# nsurl sources
-nsurl_SRCS := utils/corestrings.c utils/nsurl.c utils/idna.c utils/punycode.c \
+nsurl_SRCS := utils/corestrings.c utils/nsurl/nsurl.c \
+ utils/nsurl/parse.c \
+ utils/idna.c utils/punycode.c \
test/log.c test/nsurl.c
# url database test sources
urldbtest_SRCS := content/urldb.c \
- utils/idna.c utils/bloom.c utils/nsoption.c utils/nsurl.c \
+ utils/idna.c utils/bloom.c utils/nsoption.c \
+ utils/nsurl/nsurl.c utils/nsurl/parse.c \
utils/corestrings.c utils/punycode.c \
utils/hashtable.c utils/messages.c utils/time.c utils/utils.c \
test/log.c test/urldbtest.c
@@ -30,7 +33,8 @@ llcache_SRCS := content/fetch.c content/fetchers/curl.c \
content/urldb.c \
image/image_cache.c \
utils/base64.c utils/corestrings.c utils/hashtable.c \
- utils/nsurl.c utils/messages.c utils/url.c utils/useragent.c \
+ utils/nsurl/nsurl.c utils/nsurl/parse.c \
+ utils/messages.c utils/url.c utils/useragent.c \
utils/utils.c \
test/log.c test/llcache.c
@@ -51,7 +55,8 @@ urlescape_SRCS := utils/url.c test/log.c test/urlescape.c
# utility test sources
utils_SRCS := utils/utils.c utils/messages.c utils/hashtable.c \
- utils/corestrings.c utils/nsurl.c utils/idna.c utils/punycode.c \
+ utils/corestrings.c utils/nsurl/nsurl.c \
+ utils/nsurl/parse.c utils/idna.c utils/punycode.c \
test/log.c test/utils.c
# time test sources