mirror of
https://github.com/eledio-devices/thirdparty-ArduinoJson.git
synced 2025-11-01 00:38:27 +01:00
6 lines
87 B
C++
6 lines
87 B
C++
#include <gtest/gtest.h>
|
|
|
|
TEST(DummyTests, EXPECT_TRUE)
|
|
{
|
|
EXPECT_TRUE(true);
|
|
} |