File tree Expand file tree Collapse file tree 2 files changed +9
-19
lines changed
Expand file tree Collapse file tree 2 files changed +9
-19
lines changed Original file line number Diff line number Diff line change 1111/11/2025
22- test: add test/test_http.c and migrate http accept tests there from test.c
3+ - test: test/Makefile.am refactor check programs
34
4511/07/2025
56- support individual SameSite cookie settings on the session cookie, state cookie and Discovery CSRF
Original file line number Diff line number Diff line change @@ -50,25 +50,14 @@ libtest_la_SOURCES = \
5050 helper.c \
5151 stub.c
5252
53- TESTS += test_jose
54- test_jose_CFLAGS = @CHECK_CFLAGS@ ${AM_CFLAGS}
55- test_jose_LDADD = @CHECK_LIBS@ ${LDADD} libtest.la
56- test_jose_SOURCES = test_jose.c
57-
58- TESTS += test_util
59- test_util_CFLAGS = @CHECK_CFLAGS@ ${AM_CFLAGS}
60- test_util_LDADD = @CHECK_LIBS@ ${LDADD} libtest.la
61- test_util_SOURCES = test_util.c
62-
63- TESTS += test_cfg
64- test_cfg_CFLAGS = @CHECK_CFLAGS@ ${AM_CFLAGS}
65- test_cfg_LDADD = @CHECK_LIBS@ ${LDADD} libtest.la
66- test_cfg_SOURCES = test_cfg.c
67-
68- TESTS += test_http
69- test_http_CFLAGS = @CHECK_CFLAGS@ ${AM_CFLAGS}
70- test_http_LDADD = @CHECK_LIBS@ ${LDADD} libtest.la
71- test_http_SOURCES = test_http.c
53+ AM_CFLAGS += @CHECK_CFLAGS@
54+ LDADD += libtest.la @CHECK_LIBS@
55+
56+ TESTS += \
57+ test_cfg \
58+ test_util \
59+ test_jose \
60+ test_http
7261
7362endif
7463
You can’t perform that action at this time.
0 commit comments