File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -338,6 +338,7 @@ AC_CONFIG_LINKS([test/test_content:test/test_content])
338338AC_CONFIG_LINKS ( [ test/cert.pem:test/cert.pem] )
339339AC_CONFIG_LINKS ( [ test/key.pem:test/key.pem] )
340340AC_CONFIG_LINKS ( [ test/test_root_ca.pem:test/test_root_ca.pem] )
341+ AC_CONFIG_LINKS ( [ test/libhttpserver.supp:test/libhttpserver.supp] )
341342AC_CONFIG_LINKS ( [ examples/cert.pem:examples/cert.pem] )
342343AC_CONFIG_LINKS ( [ examples/key.pem:examples/key.pem] )
343344AC_CONFIG_LINKS ( [ examples/test_content:examples/test_content] )
Original file line number Diff line number Diff line change 4545TESTS = $(check_PROGRAMS )
4646
4747@VALGRIND_CHECK_RULES@
48- # VALGRIND_SUPPRESSIONS_FILES = libhttpserver.supp
49- # EXTRA_DIST = libhttpserver.supp
48+ VALGRIND_SUPPRESSIONS_FILES = libhttpserver.supp
49+ EXTRA_DIST = libhttpserver.supp
Original file line number Diff line number Diff line change 1+ {
2+ gnutls_session_get_data
3+ Memcheck:Cond
4+ fun:gnutls_session_get_data
5+ }
You can’t perform that action at this time.
0 commit comments