1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-06-21 18:11:32 +00:00

Delete empty test

(cherry picked from commit d0d8c2eded)
This commit is contained in:
scrawl 2015-11-13 20:27:06 +01:00 committed by cc9cii
parent 25bb8a59ef
commit f9e12d6fbd
2 changed files with 1 additions and 16 deletions

View file

@ -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})

View file

@ -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()
{
}
};