Skip to content

Commit 1949fc9

Browse files
committed
test: add test/test_cache.c coverage tests
Signed-off-by: Hans Zandbelt <[email protected]>
1 parent ac0327c commit 1949fc9

File tree

4 files changed

+507
-1
lines changed

4 files changed

+507
-1
lines changed

ChangeLog

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
11/12/2025
2+
- test: add test/test_cache.c coverage tests
3+
14
11/11/2025
25
- test: add test/test_http.c and migrate http accept tests there from test.c
36
- test: test/Makefile.am refactor check programs

test/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,4 @@
1919
/Makefile.in
2020
/test_cfg
2121
/test_http
22+
/test_cache

test/Makefile.am

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ TESTS += \
5757
test_cfg \
5858
test_util \
5959
test_jose \
60-
test_http
60+
test_http \
61+
test_cache
6162

6263
endif
6364

0 commit comments

Comments
 (0)