Melee Modding Library
2.0.0
A C library for modding Super Smash Bros Melee
|
Macros for unit testing. More...
Go to the source code of this file.
Macros | |
#define | REQUIRE(condition) |
#define | REQUIRE_FLT_EQ(L, R, tol) REQUIRE(APPROX_ZERO((L) - (R), tol)) |
#define | UNIT_TEST static bool _tests_passed = true |
#define | END_TEST |
Macros for unit testing.