Moving some stuff around before writing a test to confirm the EntityAI.
This commit is contained in:
parent
f3e157a0f7
commit
db5a371766
6 changed files with 49 additions and 38 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue