summaryrefslogtreecommitdiff
path: root/test/Makefile
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2015-07-08 00:40:42 +0100
committerVincent Sanders <vince@kyllikki.org>2015-07-08 00:40:42 +0100
commit8756793079c653e788f5932fc1d70cb35681cfc4 (patch)
treef3fdd59fae13d1c4910e64a49916a989b801e3f3 /test/Makefile
parentbd802e763e5c035817a62114b957ed6778ad491f (diff)
downloadnetsurf-8756793079c653e788f5932fc1d70cb35681cfc4.tar.gz
netsurf-8756793079c653e788f5932fc1d70cb35681cfc4.tar.bz2
convert nsurl tests to use check unit test framework
Diffstat (limited to 'test/Makefile')
-rw-r--r--test/Makefile4
1 files changed, 2 insertions, 2 deletions
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