HomeWildfire Games

Add a few assertions to pathfinder tests, fix the disabled tests.

Description

Add a few assertions to pathfinder tests, fix the disabled tests.

Differential Revision: https://code.wildfiregames.com/D1831

Event Timeline

Stan added a subscriber: Stan.Apr 22 2019, 2:40 PM

You fixed disabled tests but did not enable them ? :)

In rP22206#32931, @Stan wrote:

You fixed disabled tests but did not enable them ? :)

They're pretty slow tests since they start the simulation and it's not really worth it unless you're actually working on the pathfinder (they're more like perf tests anyways iirc).

elexis added a subscriber: elexis.Jun 22 2019, 10:05 PM

A --slow-tests command line argument could be used to run them without the need to compile again.