mirror of
https://github.com/FunKey-Project/RetroFE.git
synced 2026-04-02 10:16:50 +02:00
Port from git
This commit is contained in:
7
UnitTest/testgtest.cpp
Normal file
7
UnitTest/testgtest.cpp
Normal file
@@ -0,0 +1,7 @@
|
||||
#include "gtest/gtest.h"
|
||||
#include "gmock/gmock.h"
|
||||
|
||||
TEST(SomeSampleTest, SampleTest)
|
||||
{
|
||||
EXPECT_EQ(1, 1);
|
||||
}
|
||||
Reference in New Issue
Block a user