Delete empty test

openmw-38
scrawl 9 years ago
parent 9116c701d5
commit d0d8c2eded

@ -4,8 +4,7 @@ if (GTEST_FOUND)
include_directories(${GTEST_INCLUDE_DIRS})
file(GLOB UNITTEST_SRC_FILES
components/misc/test_*.cpp
mwdialogue/test_*.cpp
mwdialogue/test_keywordsearch.cpp
)
source_group(apps\\openmw_test_suite FILES openmw_test_suite.cpp ${UNITTEST_SRC_FILES})

@ -1,14 +0,0 @@
#include <gtest/gtest.h>
#include "components/misc/stringops.hpp"
struct StringOpsTest : public ::testing::Test
{
protected:
virtual void SetUp()
{
}
virtual void TearDown()
{
}
};
Loading…
Cancel
Save