mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-16 16:49:55 +00:00
8 lines
81 B
C++
8 lines
81 B
C++
|
#include <gtest/gtest.h>
|
||
|
|
||
|
TEST(simple_test, dummy)
|
||
|
{
|
||
|
EXPECT_EQ(true, true);
|
||
|
}
|
||
|
|