1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-06 09:09:40 +02:00

a few erm interpretter unit tests and fixes (#688)

This commit is contained in:
Andrii Danylchenko
2021-03-27 14:47:44 +02:00
committed by GitHub
parent 483a4689ce
commit bd31a87133
5 changed files with 155 additions and 3 deletions

View File

@@ -42,6 +42,8 @@ set(test_SRCS
erm/ERM_VR.cpp
erm/ERMPersistenceTest.cpp
erm/ExamplesTest.cpp
erm/interpretter/ERM_VR.cpp
erm/interpretter/ErmRunner.cpp
events/ApplyDamageTest.cpp
events/EventBusTest.cpp
@@ -107,6 +109,7 @@ set(test_HEADERS
JsonComparer.h
scripting/ScriptFixture.h
erm/interpretter/ErmRunner.h
map/MapComparer.h