switch tests to CDRMonitor
Explicit call to epicsExitCallAtExits is needed to preserve previous order between AtExit cleanup list and static class destructors. update llist gold
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
#include <showConstructDestruct.h>
|
||||
|
||||
#include <epicsAssert.h>
|
||||
#include <epicsExit.h>
|
||||
|
||||
using namespace epics::pvData;
|
||||
|
||||
@@ -149,7 +150,8 @@ int main(int argc,char *argv[])
|
||||
}
|
||||
testGetSetClearFlip();
|
||||
testOperators();
|
||||
getShowConstructDestruct()->showDeleteStaticExit(fd);
|
||||
epicsExitCallAtExits();
|
||||
CDRMonitor::get().show(fd);
|
||||
return(0);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user