mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-09-09 04:15:40 -04:00
Rename apps/openmw_tests files to follow naming conventions
This commit is contained in:
parent
dd16c87080
commit
a3e19f9bb7
@ -23,10 +23,6 @@ apps/components_tests/lua/test_yaml.cpp
|
|||||||
apps/components_tests/misc/test_endianness.cpp
|
apps/components_tests/misc/test_endianness.cpp
|
||||||
apps/components_tests/misc/test_resourcehelpers.cpp
|
apps/components_tests/misc/test_resourcehelpers.cpp
|
||||||
apps/components_tests/misc/test_stringops.cpp
|
apps/components_tests/misc/test_stringops.cpp
|
||||||
apps/openmw_tests/mwdialogue/test_keywordsearch.cpp
|
|
||||||
apps/openmw_tests/mwscript/test_scripts.cpp
|
|
||||||
apps/openmw_tests/mwscript/test_utils.hpp
|
|
||||||
apps/openmw_tests/mwworld/test_store.cpp
|
|
||||||
components/crashcatcher/windows_crashcatcher.cpp
|
components/crashcatcher/windows_crashcatcher.cpp
|
||||||
components/crashcatcher/windows_crashcatcher.hpp
|
components/crashcatcher/windows_crashcatcher.hpp
|
||||||
components/crashcatcher/windows_crashmonitor.cpp
|
components/crashcatcher/windows_crashmonitor.cpp
|
||||||
|
@ -6,14 +6,14 @@ file(GLOB UNITTEST_SRC_FILES
|
|||||||
|
|
||||||
options.cpp
|
options.cpp
|
||||||
|
|
||||||
mwworld/test_store.cpp
|
mwworld/teststore.cpp
|
||||||
mwworld/testduration.cpp
|
mwworld/testduration.cpp
|
||||||
mwworld/testtimestamp.cpp
|
mwworld/testtimestamp.cpp
|
||||||
mwworld/testptr.cpp
|
mwworld/testptr.cpp
|
||||||
|
|
||||||
mwdialogue/test_keywordsearch.cpp
|
mwdialogue/testkeywordsearch.cpp
|
||||||
|
|
||||||
mwscript/test_scripts.cpp
|
mwscript/testscripts.cpp
|
||||||
)
|
)
|
||||||
|
|
||||||
source_group(apps\\openmw-tests FILES ${UNITTEST_SRC_FILES})
|
source_group(apps\\openmw-tests FILES ${UNITTEST_SRC_FILES})
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#include <gtest/gtest.h>
|
#include <gtest/gtest.h>
|
||||||
#include <sstream>
|
#include <sstream>
|
||||||
|
|
||||||
#include "test_utils.hpp"
|
#include "testutils.hpp"
|
||||||
|
|
||||||
namespace
|
namespace
|
||||||
{
|
{
|
Loading…
x
Reference in New Issue
Block a user