Sign in
pigweed
/
third_party
/
github
/
project-chip
/
connectedhomeip
/
0a6626f3aee3c813eeea88c481609d82bb3e2c3b
/
.
/
src
/
lib
/
support
/
UnitTest.cpp
blob: 787898cccd82f269efb848564a93695d7a0aa101 [
file
] [
log
] [
blame
]
#include
"UnitTest.h"
#include
"pw_unit_test/framework.h"
namespace
chip
{
namespace
test
{
int
RunAllTests
()
{
return
RUN_ALL_TESTS
();
}
}
// namespace test
}
// namespace chip