Skip to content

Commit

Permalink
feat(ecs): more coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Milerius committed Sep 13, 2019
1 parent 8e3d55a commit 4d1fa23
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,8 @@ namespace antara::gaming::ecs::tests
CHECK_FALSE(manager.has_systems<logic_concrete_system, pre_concrete_system>());
CHECK_FALSE(manager.enable_systems<logic_concrete_system, pre_concrete_system>());
CHECK_FALSE(manager.disable_systems<logic_concrete_system, pre_concrete_system>());
CHECK_EQ(0ull, manager.update());
CHECK_EQ(0ull, manager.nb_systems());
}
}
}

0 comments on commit 4d1fa23

Please sign in to comment.