blob: 5dea35f64497a35c2a30380f59482c104410d6a8 [file] [log] [blame]
#include <memory>
#include "rfAutomaticTest.h"
#include "autoFactoryTest.h"
static RfAutomaticTest* mTx = NULL;
int factory_auto_test() {
if(!mTx) {
mTx = RfAutomaticTest::getInstance();
}
return 0;
}