forked from bblanchon/ArduinoJson
Started a new solution from scratch.
Added Google test
This commit is contained in:
6
tests/DummyTests.cpp
Normal file
6
tests/DummyTests.cpp
Normal file
@ -0,0 +1,6 @@
|
||||
#include <gtest/gtest.h>
|
||||
|
||||
TEST(DummyTests, EXPECT_TRUE)
|
||||
{
|
||||
EXPECT_TRUE(true);
|
||||
}
|
Reference in New Issue
Block a user