Added google testing library
This commit is contained in:
11
tests/src/LXC_Tests.cpp
Normal file
11
tests/src/LXC_Tests.cpp
Normal file
@@ -0,0 +1,11 @@
|
||||
#include <gtest/gtest.h>
|
||||
|
||||
TEST(IWantSomeTestsToPass, BasicTest1)
|
||||
{
|
||||
EXPECT_EQ(1 + 1, 2);
|
||||
}
|
||||
|
||||
TEST(IWantSomeTestsToPass, BasicTest2)
|
||||
{
|
||||
EXPECT_EQ(1 + 2, 2);
|
||||
}
|
||||
Reference in New Issue
Block a user