mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 02:16:05 +00:00
6 lines
142 B
Plaintext
6 lines
142 B
Plaintext
#if UNIT_TESTS_ENABLED
|
|
|
|
#define assert_eq(a, b) (a == b || (fail("[__FILE__]:[__LINE__]: assert_eq failed. Expected [b], got [a].")))
|
|
|
|
#endif
|