summaryrefslogtreecommitdiff
path: root/test/Makefile
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2014-02-11 11:34:42 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2014-02-11 11:34:42 +0000
commitef6b20fe83895279e5e78b336f357ff657f46407 (patch)
tree257ab80894be88627405cd1b7c3311b3eaa41bc7 /test/Makefile
parent42be1ffa7b2975fc264bfc9187a8d2da2d1dccb9 (diff)
downloadnetsurf-ef6b20fe83895279e5e78b336f357ff657f46407.tar.gz
netsurf-ef6b20fe83895279e5e78b336f357ff657f46407.tar.bz2
Update test suite for corestrings and log module changes. Update test data for rejection of hostless http(s) urls.
Diffstat (limited to 'test/Makefile')
-rw-r--r--test/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/Makefile b/test/Makefile
index ecd2b501a..acf9d4e65 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -22,9 +22,9 @@ urldbtest_SRCS := content/urldb.c utils/url.c utils/utils.c utils/log.c \
urldbtest_CFLAGS := $(shell pkg-config --cflags libwapcaplet libdom) -O2
urldbtest_LDFLAGS := $(shell pkg-config --libs libwapcaplet libdom)
-nsurl_SRCS := utils/log.c utils/nsurl.c test/nsurl.c
-nsurl_CFLAGS := $(shell pkg-config --cflags libwapcaplet)
-nsurl_LDFLAGS := $(shell pkg-config --libs libwapcaplet)
+nsurl_SRCS := utils/corestrings.c utils/log.c utils/nsurl.c test/nsurl.c
+nsurl_CFLAGS := $(shell pkg-config --cflags libwapcaplet libdom)
+nsurl_LDFLAGS := $(shell pkg-config --libs libwapcaplet libdom)
nsoption_SRCS := utils/log.c utils/nsoption.c test/nsoption.c
nsoption_CFLAGS := -Dnsgtk