From e8df81fdb3ab94977c42a4a0fed082602308f3c6 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Thu, 4 Aug 2016 00:19:48 +0100 Subject: add tests for utility string handling --- test/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'test/Makefile') diff --git a/test/Makefile b/test/Makefile index ea16b0a8d..81976389f 100644 --- a/test/Makefile +++ b/test/Makefile @@ -1,7 +1,7 @@ # # NetSurf unit tests -TESTS := nsurl urldbtest nsoption bloom hashtable urlescape #llcache +TESTS := nsurl urldbtest nsoption bloom hashtable urlescape utils #llcache # nsurl sources nsurl_SRCS := utils/corestrings.c utils/nsurl.c utils/idna.c \ @@ -37,6 +37,10 @@ hashtable_SRCS := utils/hashtable.c test/log.c test/hashtable.c # url escape test sources 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 \ + test/log.c test/utils.c + # Coverage builds need additional flags ifeq ($(MAKECMDGOALS),coverage) COV_CFLAGS ?= -fprofile-arcs -ftest-coverage -O0 -- cgit v1.2.3