From ef6b20fe83895279e5e78b336f357ff657f46407 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Tue, 11 Feb 2014 11:34:42 +0000 Subject: Update test suite for corestrings and log module changes. Update test data for rejection of hostless http(s) urls. --- test/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test/Makefile') 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 -- cgit v1.2.3