New exhaustive check feature for vectors & similar

This commit is contained in:
ShepherdSoasis 2022-09-28 01:56:26 -04:00 committed by The Phantom Derpstorm
parent c4e843b6dd
commit 3592851a2a
91 changed files with 797 additions and 389 deletions

View file

@ -26,8 +26,8 @@ int main(int, char*[]) {
int result = func(sol::stack_count(2));
// make sure everything is clean
sol_c_assert(result == 22);
sol_c_assert(
SOL_ASSERT(result == 22);
SOL_ASSERT(
lua.stack_top() == 0); // stack is empty/balanced
return 0;