mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-27 17:16:22 +00:00
fix(tests): update functional tests to use regex assertions and increase timeout for expect operations
This commit is contained in:
@@ -297,13 +297,16 @@ tests_unittests_unittests_LDADD = -lcmocka
|
||||
#
|
||||
# Note: Debian/Ubuntu's libexpect requires -ltcl8.6 for linkage.
|
||||
|
||||
if HAVE_STABBER
|
||||
if HAVE_EXPECT
|
||||
TESTS += tests/functionaltests/functionaltests
|
||||
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_LDADD = -lcmocka -lstabber -lexpect -ltcl8.6
|
||||
|
||||
endif
|
||||
endif
|
||||
|
||||
man1_MANS = $(man1_sources)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user