From f39d78dc2e7d4b75e09223f5b3e92c43d24772e4 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Mon, 20 Mar 2017 00:48:11 +0000 Subject: mimimal mime sniffing test --- test/Makefile | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'test/Makefile') diff --git a/test/Makefile b/test/Makefile index 1f884dcc9..65d74a8ce 100644 --- a/test/Makefile +++ b/test/Makefile @@ -10,7 +10,8 @@ TESTS := \ urlescape \ utils \ messages \ - time #llcache + time \ + mimesniff #llcache # nsurl sources nsurl_SRCS := utils/corestrings.c utils/nsurl/nsurl.c \ @@ -62,6 +63,14 @@ utils_SRCS := utils/utils.c utils/messages.c utils/hashtable.c \ # time test sources time_SRCS := utils/time.c test/log.c test/time.c +# mimesniff test sources +mimesniff_SRCS := utils/hashtable.c utils/nsurl/nsurl.c utils/hashtable.c \ + utils/nsurl/parse.c utils/corestrings.c utils/idna.c utils/punycode.c \ + utils/http/generics.c utils/http/content-type.c \ + utils/http/primitives.c utils/messages.c utils/http/parameter.c \ + content/mimesniff.c \ + test/log.c test/mimesniff.c + # Coverage builds need additional flags COV_ROOT := build/$(HOST)-coverage ifeq ($(MAKECMDGOALS),coverage) -- cgit v1.2.3