unittest folder added

This commit is contained in:
2020-10-20 17:12:56 +02:00
parent 95924dd55b
commit 7033328962
76 changed files with 22684 additions and 0 deletions

View File

@ -0,0 +1,10 @@
#ifndef UNITTEST_INTERNAL_INTTESTMUTEX_H_
#define UNITTEST_INTERNAL_INTTESTMUTEX_H_
namespace testmutex {
void testMutex();
}
#endif /* UNITTEST_INTERNAL_INTTESTMUTEX_H_ */