mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-16 11:49:56 +00:00
14 lines
209 B
C++
14 lines
209 B
C++
#include <gtest/gtest.h>
|
|
#include "components/misc/stringops.hpp"
|
|
|
|
struct StringOpsTest : public ::testing::Test
|
|
{
|
|
protected:
|
|
virtual void SetUp()
|
|
{
|
|
}
|
|
|
|
virtual void TearDown()
|
|
{
|
|
}
|
|
};
|