Merge pull request #14 from mrkraimer/master

use correct name in MAIN
This commit is contained in:
Marty Kraimer
2016-06-15 11:00:48 -04:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
/*testExampleServerMain.cpp */
/*testLocalProviderMain.cpp */
/**
* Copyright - See the COPYRIGHT that is included with this distribution.
* EPICS pvData is distributed subject to a Software License Agreement found
@ -73,7 +73,7 @@ void test()
channelProvider->destroy();
}
MAIN(testExampleServer)
MAIN(testLocalProvider)
{
testPlan(3);
test();

View File

@ -1,4 +1,4 @@
/*testExampleServerMain.cpp */
/*testPVAServerMain.cpp */
/**
* Copyright - See the COPYRIGHT that is included with this distribution.
* EPICS pvData is distributed subject to a Software License Agreement found
@ -70,7 +70,7 @@ void test()
ctx->destroy();
}
MAIN(testExampleServer)
MAIN(testPVAServer)
{
testPlan(1);
test();