From: Seven Du Date: Sun, 13 Oct 2019 11:19:35 +0000 (+0800) Subject: [core] fix test case X-Git-Tag: v1.10.2^2~65 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=724868fa0887450f8b39039e59827dae74e4ad3a;p=thirdparty%2Ffreeswitch.git [core] fix test case --- diff --git a/tests/unit/.gitignore b/tests/unit/.gitignore index 653a998769..f6d7de8008 100644 --- a/tests/unit/.gitignore +++ b/tests/unit/.gitignore @@ -10,3 +10,7 @@ perf.data perf.data.old Makefile.in + +freeswitch.xml.fsxml.tmp +test-argb.png +test-rgb.png diff --git a/tests/unit/conf_playsay/freeswitch.xml b/tests/unit/conf_playsay/freeswitch.xml new file mode 100644 index 0000000000..3e870470ea --- /dev/null +++ b/tests/unit/conf_playsay/freeswitch.xml @@ -0,0 +1,47 @@ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + +
+
diff --git a/tests/unit/switch_ivr_play_say.c b/tests/unit/switch_ivr_play_say.c index 90bcd9d1fb..c08cdd5752 100644 --- a/tests/unit/switch_ivr_play_say.c +++ b/tests/unit/switch_ivr_play_say.c @@ -39,6 +39,10 @@ FST_CORE_BEGIN("./conf_playsay") { FST_SETUP_BEGIN() { + fst_requires_module("mod_tone_stream"); + fst_requires_module("mod_sndfile"); + fst_requires_module("mod_dptools"); + fst_requires_module("mod_test"); } FST_SETUP_END()