diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-06-04 18:27:40 +0200 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-06-04 18:27:40 +0200 |
commit | 078c6661c24a9460240d9c7c063a44e9bed6f96a (patch) | |
tree | 4d19d628210d5e0414228f1330c0d998b44c02e8 /test/ExampleTest.cpp | |
parent | 18d06c79b9f6a625eb218a15c8216556fb99dc02 (diff) |
add i2ctcp unit tests
Diffstat (limited to 'test/ExampleTest.cpp')
-rw-r--r-- | test/ExampleTest.cpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/test/ExampleTest.cpp b/test/ExampleTest.cpp index a3909f5..3da58ff 100644 --- a/test/ExampleTest.cpp +++ b/test/ExampleTest.cpp @@ -4,4 +4,7 @@ class ExampleTest : public testing::Test { protected: }; -TEST_F(ExampleTest, Test) { EXPECT_EQ(5, 5); }
\ No newline at end of file +TEST_F(ExampleTest, Test) { + EXPECT_EQ(5, 5); +} + |