mirror of
https://github.com/FunKey-Project/RetroFE.git
synced 2025-12-13 02:08:52 +01:00
8 lines
116 B
C++
8 lines
116 B
C++
#include "gtest/gtest.h"
|
|
#include "gmock/gmock.h"
|
|
|
|
TEST(SomeSampleTest, SampleTest)
|
|
{
|
|
EXPECT_EQ(1, 1);
|
|
}
|