From c789e9a72c9f65f8f598823da0adb82cde2b3bce Mon Sep 17 00:00:00 2001 From: "Alfred E. Heggestad" Date: Sat, 12 Apr 2014 16:04:48 +0200 Subject: selftest: new module for testing baresip core the selftest module is using the public API of the Baresip core (in baresip.h) to verify the expected behaviour and to test various protocol scenarios. the module can be loaded with the 'module' directive or 'module_tmp' directive: module_tmp selftest.so OR: module selftest.so --- mk/modules.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'mk') diff --git a/mk/modules.mk b/mk/modules.mk index 242299c..3c96156 100644 --- a/mk/modules.mk +++ b/mk/modules.mk @@ -201,6 +201,7 @@ endif MODULES += $(EXTRA_MODULES) MODULES += stun turn ice natbd auloop presence MODULES += menu contact vumeter mwi account natpmp httpd +MODULES += selftest ifneq ($(HAVE_PTHREAD),) MODULES += aubridge endif -- cgit v1.2.3