forked from bblanchon/ArduinoJson
6 lines
87 B
C++
6 lines
87 B
C++
#include <gtest/gtest.h>
|
|
|
|
TEST(DummyTests, EXPECT_TRUE)
|
|
{
|
|
EXPECT_TRUE(true);
|
|
} |