SelfTests: Print a quick message on test start.
This commit is contained in:
@@ -4,6 +4,8 @@
|
||||
|
||||
int main(int argc, char** argv)
|
||||
{
|
||||
LOGD("Test started");
|
||||
|
||||
class cMockAllocationPool
|
||||
: public cAllocationPool<cChunkData::sChunkSection>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user