local multicast on the client side
This commit is contained in:
@@ -12,6 +12,8 @@
|
||||
|
||||
#define TESTSERVERNOMAIN
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
#include <epicsExit.h>
|
||||
#include <epicsUnitTest.h>
|
||||
#include <testMain.h>
|
||||
@@ -93,6 +95,9 @@ class ChannelAccessIFRemoteTest: public ChannelAccessIFTest {
|
||||
|
||||
MAIN(testChannelAccess)
|
||||
{
|
||||
putenv(const_cast<char*>("EPICS_PVA_ADDR_LIST=127.0.0.1"));
|
||||
putenv(const_cast<char*>("EPICS_PVA_AUTO_ADDR_LIST=0"));
|
||||
|
||||
SET_LOG_LEVEL(logLevelError);
|
||||
ChannelAccessIFRemoteTest caRemoteTest;
|
||||
return caRemoteTest.runAllTest();
|
||||
|
||||
Reference in New Issue
Block a user