Files
ArduinoJson/tests/DummyTests.cpp
Benoit Blanchon 60a5d72367 Started a new solution from scratch.
Added Google test
2014-09-24 11:41:19 +02:00

6 lines
87 B
C++

#include <gtest/gtest.h>
TEST(DummyTests, EXPECT_TRUE)
{
EXPECT_TRUE(true);
}