Gitiles
Code Review
Sign In
192.168.1.100
/
LYNQ_PUBLIC
/
de81d1d9c885ecf0fe61330563ff0304e1d8fe89
/
.
/
packages
/
apps
/
lynq-factorytest
/
src
/
autoFactoryTest.cpp
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
;
}