summaryrefslogtreecommitdiff
path: root/test/Makefile
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2016-08-06 23:43:23 +0100
committerVincent Sanders <vince@kyllikki.org>2016-08-06 23:43:23 +0100
commitcc3c1eb99b01ea2dbcb5751a37f2d0eed6744354 (patch)
tree721a5b1963ffcf0f7496e3ad13860e047856031c /test/Makefile
parent35d9baa14e40bbf65d6c947561033b05adfd2c1a (diff)
downloadnetsurf-cc3c1eb99b01ea2dbcb5751a37f2d0eed6744354.tar.gz
netsurf-cc3c1eb99b01ea2dbcb5751a37f2d0eed6744354.tar.bz2
add unit test for user message handling
Diffstat (limited to 'test/Makefile')
-rw-r--r--test/Makefile5
1 files changed, 4 insertions, 1 deletions
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