Sanmill/tests/gtest/test.cpp

8 lines
95 B
C++

#include "pch.h"
TEST(TestCaseName, TestName)
{
EXPECT_EQ(1, 1);
EXPECT_TRUE(true);
}