Moving some stuff around before writing a test to confirm the EntityAI.

This commit is contained in:
Zed A. Shaw 2025-03-14 22:39:08 -04:00
parent f3e157a0f7
commit db5a371766
6 changed files with 49 additions and 38 deletions

View file

@ -170,3 +170,7 @@ TEST_CASE("ai autowalker ai test", "[ai]") {
REQUIRE(ai::test(result, "enemy_dead"));
REQUIRE(ai::test(result, "no_more_enemies"));
}
TEST_CASE("Confirm EntityAI behaves as expected", "[ai]") {
// nothing yet
}