fix(tests): enhance functional test logging and adjust connection timeout

This commit is contained in:
2025-11-28 14:33:15 +03:00
parent 1305c59b5e
commit c628c2acd5
3 changed files with 60 additions and 11 deletions

View File

@@ -304,6 +304,7 @@ check_PROGRAMS += tests/functionaltests/functionaltests
tests_functionaltests_functionaltests_SOURCES = $(functionaltest_sources)
tests_functionaltests_functionaltests_CPPFLAGS = -Itests/
tests_functionaltests_functionaltests_CFLAGS = $(AM_CFLAGS) -I/usr/include/tcl8.6 -I/usr/include/tcl8.5
tests_functionaltests_functionaltests_LDFLAGS = -L$(top_srcdir)/external/stabber/.libs -Wl,-rpath,$(top_srcdir)/external/stabber/.libs
tests_functionaltests_functionaltests_LDADD = -lcmocka -lstabber -lexpect -ltcl8.6
man1_MANS = $(man1_sources)