Merge pull request #3012 from joakim-hove/test-schedulestate-serialization

Enable serialization testing for ScheduleDeck / ScheduleState
This commit is contained in:
Joakim Hove
2021-01-12 14:38:49 +01:00
committed by GitHub

View File

@@ -532,6 +532,8 @@ TEST_FOR_TYPE(Rock2dtrTable)
TEST_FOR_TYPE(Rock2dTable) TEST_FOR_TYPE(Rock2dTable)
TEST_FOR_TYPE(Runspec) TEST_FOR_TYPE(Runspec)
TEST_FOR_TYPE(Schedule) TEST_FOR_TYPE(Schedule)
TEST_FOR_TYPE(ScheduleDeck)
TEST_FOR_TYPE(ScheduleState)
TEST_FOR_TYPE(Segment) TEST_FOR_TYPE(Segment)
TEST_FOR_TYPE(SimpleTable) TEST_FOR_TYPE(SimpleTable)
TEST_FOR_TYPE(SimulationConfig) TEST_FOR_TYPE(SimulationConfig)