mirror of
https://github.com/recp/cglm.git
synced 2025-10-04 09:08:53 +00:00
test: improve runner output and add assert helper for inline functions
This commit is contained in:
@@ -70,6 +70,7 @@ typedef struct test_entry_t {
|
||||
|
||||
#define ASSERT_CHOOSER(...) ASSERT_ARG3(__VA_ARGS__, ASSERT_ARG2, ASSERT_ARG1)
|
||||
#define ASSERT(...) do { ASSERT_CHOOSER(__VA_ARGS__)(__VA_ARGS__) } while(0);
|
||||
#define ASSERTIFY(expr) ASSERT((expr).status == 1, (expr).msg)
|
||||
|
||||
#define TEST_OK 1
|
||||
#define TEST_SUCCESS return (test_status_t){NULL, TEST_OK};
|
||||
|
Reference in New Issue
Block a user