fixed test names
This commit is contained in:
@@ -480,7 +480,7 @@ void epicsAtomicSetPerformance ()
|
||||
testDiag ( "epicsAtomicSet() takes %f microseconds", delay );
|
||||
}
|
||||
|
||||
MAIN(osiAtomicTest)
|
||||
MAIN(epicsAtomicPerform)
|
||||
{
|
||||
testPlan(5);
|
||||
//
|
||||
|
||||
@@ -53,7 +53,7 @@ static void tns ( void *arg )
|
||||
epicsAtomicIncrSizeT ( & pTestData->m_testIterationsSet );
|
||||
}
|
||||
|
||||
MAIN(osiAtomicTest)
|
||||
MAIN(epicsAtomicTest)
|
||||
{
|
||||
const unsigned int stackSize =
|
||||
epicsThreadGetStackSize ( epicsThreadStackSmall );
|
||||
|
||||
Reference in New Issue
Block a user