mirror of
https://github.com/electronicarts/CNC_TS_and_RA2_Mission_Editor.git
synced 2025-04-30 09:01:41 -04:00
printing all available waypoint value mapping in UT .
This commit is contained in:
parent
044a6e2da2
commit
b28868ba34
1 changed files with 4 additions and 0 deletions
|
@ -10,4 +10,8 @@ TEST(WaypointTest, SerdeTest)
|
|||
ASSERT_EQ(WaypointToString(0), "A");
|
||||
ASSERT_EQ(StringToWaypoint("A"), 0);
|
||||
|
||||
for (auto idx = 0ull; idx < 702; ++idx) {
|
||||
cout << "Waypoint " << idx << ": " << WaypointToString(idx) << endl;
|
||||
}
|
||||
|
||||
}
|
Loading…
Add table
Reference in a new issue