1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-26 22:57:00 +02:00
vcmi/test
karliss ad2c429d8f CMake: unittest improvements (#447)
* Convert TestConfig to proper test environment.
* Copy test data to build directory.
* Get test recognized by ctest, but disable gtest discovery. Allowing ctest to run each test individually isn't currently practical because it is 50 times slower.
2018-04-15 18:02:31 +07:00
..
battle Spells configuration version 2 (effect-based) 2018-02-08 11:37:21 +03:00
game CGameHandler: rename CPackForClient argument and add network logging 2018-04-04 14:24:32 +07:00
googletest@4bab34d208 Add googletest as submodule 2017-07-18 16:49:50 +02:00
map Redone RMG template serialization using JSON serializer, added tests 2018-03-10 19:36:19 +03:00
mock CGameHandler: rename CPackForClient argument and add network logging 2018-04-04 14:24:32 +07:00
rmg Redone RMG template serialization using JSON serializer, added tests 2018-03-10 19:36:19 +03:00
spells Redone RMG template serialization using JSON serializer, added tests 2018-03-10 19:36:19 +03:00
testdata Redone RMG template serialization using JSON serializer, added tests 2018-03-10 19:36:19 +03:00
CMakeLists.txt CMake: unittest improvements (#447) 2018-04-15 18:02:31 +07:00
CMemoryBufferTest.cpp Migrating from boost test to google test. 2017-07-18 16:49:05 +02:00
CVcmiTestConfig.cpp CMake: unittest improvements (#447) 2018-04-15 18:02:31 +07:00
CVcmiTestConfig.h CMake: unittest improvements (#447) 2018-04-15 18:02:31 +07:00
JsonComparer.cpp Redone RMG template serialization using JSON serializer, added tests 2018-03-10 19:36:19 +03:00
JsonComparer.h [tests] Moved JsonComparer to own file 2018-03-05 21:26:00 +03:00
main.cpp CMake: unittest improvements (#447) 2018-04-15 18:02:31 +07:00
StdInc.cpp Migrating from boost test to google test. 2017-07-18 16:49:05 +02:00
StdInc.h [C::B] test project update 2017-07-20 15:46:40 +03:00
Test.cbp Redone RMG template serialization using JSON serializer, added tests 2018-03-10 19:36:19 +03:00
Test.vcxproj Update project files to Visual Studio 2017 2018-01-13 16:33:49 +01:00
Test.vcxproj.filters Compilation fixes for MSVS. 2017-03-02 10:58:14 +01:00