mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-01-25 02:07:54 +00:00
[Unit-tests] Fix xml error not finding freeswitch.xml on FST_MINCORE_BEGIN
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
#include <switch.h>
|
||||
#include <test/switch_test.h>
|
||||
|
||||
FST_MINCORE_BEGIN()
|
||||
FST_MINCORE_BEGIN("./conf")
|
||||
|
||||
FST_SUITE_BEGIN(SWITCH_STANDARD_STREAM)
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
// #define BENCHMARK 1
|
||||
|
||||
FST_MINCORE_BEGIN()
|
||||
FST_MINCORE_BEGIN("./conf")
|
||||
|
||||
FST_SUITE_BEGIN(switch_event)
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
// #define BENCHMARK 1
|
||||
|
||||
FST_MINCORE_BEGIN()
|
||||
FST_MINCORE_BEGIN("./conf")
|
||||
|
||||
FST_SUITE_BEGIN(switch_hash)
|
||||
|
||||
|
||||
@@ -33,7 +33,7 @@
|
||||
#include <switch.h>
|
||||
#include <test/switch_test.h>
|
||||
|
||||
FST_MINCORE_BEGIN()
|
||||
FST_MINCORE_BEGIN("./conf")
|
||||
|
||||
FST_SUITE_BEGIN(switch_hash)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user