From cc3c1eb99b01ea2dbcb5751a37f2d0eed6744354 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sat, 6 Aug 2016 23:43:23 +0100 Subject: add unit test for user message handling --- test/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'test/Makefile') diff --git a/test/Makefile b/test/Makefile index 81976389f..6bc037cfd 100644 --- a/test/Makefile +++ b/test/Makefile @@ -1,7 +1,7 @@ # # NetSurf unit tests -TESTS := nsurl urldbtest nsoption bloom hashtable urlescape utils #llcache +TESTS := nsurl urldbtest nsoption bloom hashtable urlescape utils messages #llcache # nsurl sources nsurl_SRCS := utils/corestrings.c utils/nsurl.c utils/idna.c \ @@ -25,6 +25,9 @@ llcache_SRCS := content/fetch.c content/fetchers/curl.c \ utils/utils.c \ test/log.c test/llcache.c +# messages test sources +messages_SRCS := utils/messages.c utils/hashtable.c test/log.c test/messages.c + # nsoption test sources nsoption_SRCS := utils/nsoption.c test/log.c test/nsoption.c -- cgit v1.2.3