mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-21 03:36:21 +00:00
feat: Fix MUC tests to use stbbr_for_presence_to
- Update MUC tests to use stbbr_received instead of stbbr_last_received - Replace stbbr_for_id with stbbr_for_presence_to for MUC join responses - Add stabber include path to Makefile.am - Update stabber submodule - 45 functional tests now passing
This commit is contained in:
@@ -302,8 +302,8 @@ tests_unittests_unittests_LDADD = -lcmocka
|
||||
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_CPPFLAGS = -Itests/ -I$(top_srcdir)/external/stabber
|
||||
tests_functionaltests_functionaltests_CFLAGS = $(AM_CFLAGS) -I/usr/include/tcl8.6 -I/usr/include/tcl8.5 -I$(top_srcdir)/external/stabber
|
||||
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user