fixed test names

This commit is contained in:
Jeff Hill
2011-08-05 17:11:29 -06:00
parent deb74a10b7
commit 89e47e5fae
2 changed files with 2 additions and 2 deletions

View File

@@ -480,7 +480,7 @@ void epicsAtomicSetPerformance ()
testDiag ( "epicsAtomicSet() takes %f microseconds", delay );
}
MAIN(osiAtomicTest)
MAIN(epicsAtomicPerform)
{
testPlan(5);
//

View File

@@ -53,7 +53,7 @@ static void tns ( void *arg )
epicsAtomicIncrSizeT ( & pTestData->m_testIterationsSet );
}
MAIN(osiAtomicTest)
MAIN(epicsAtomicTest)
{
const unsigned int stackSize =
epicsThreadGetStackSize ( epicsThreadStackSmall );