From 8756793079c653e788f5932fc1d70cb35681cfc4 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Wed, 8 Jul 2015 00:40:42 +0100 Subject: convert nsurl tests to use check unit test framework --- test/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/Makefile') diff --git a/test/Makefile b/test/Makefile index ce3e2744b..bfc6fb8ad 100644 --- a/test/Makefile +++ b/test/Makefile @@ -7,8 +7,8 @@ test_CFLAGS := -std=c99 -g -Wall \ -D_POSIX_C_SOURCE=200809L \ -D_XOPEN_SOURCE=600 \ -Itest -I. -I.. \ - $(shell pkg-config --cflags libcurl) -test_LDFLAGS := $(shell pkg-config --libs libcurl) -lz + $(shell pkg-config --cflags libcurl check) +test_LDFLAGS := $(shell pkg-config --libs libcurl check) -lz # nsurl sources and flags nsurl_SRCS := utils/corestrings.c utils/nsurl.c utils/idna.c test/log.c test/nsurl.c -- cgit v1.2.3