summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2022-06-05 20:33:51 -0400
committerGlenn Strauss <gstrauss@gluelogic.com>2022-06-07 19:23:53 -0400
commit71317bc997ba3b69d5730ba26883d2ae45cf4b61 (patch)
treec9d3bfa3953b2f44a927ad736b4104035bd09ac3 /src/Makefile.am
parent5a32a6dc518eccc784b87b6773e37edd28c1515d (diff)
downloadlighttpd-git-71317bc997ba3b69d5730ba26883d2ae45cf4b61.tar.gz
[tests] test stubs for http_header.c and http_kv.c
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 98cb715f..84c8b59d 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -562,10 +562,10 @@ t_test_common_SOURCES = t/test_common.c \
t/test_base64.c \
t/test_buffer.c \
t/test_burl.c \
+ t/test_http_header.c \
+ t/test_http_kv.c \
t/test_keyvalue.c \
t/test_request.c \
- http_header.c \
- http_kv.c \
log.c \
fdlog.c \
sock_addr.c \