Rename testing macros
This commit is contained in:
@@ -3,10 +3,10 @@
|
||||
#include <stdlib.h>
|
||||
|
||||
int main(void) {
|
||||
RUN_TEST_FUNCS(test_arena_init,
|
||||
test_arena_alloc_succeeds_when_within_capacity,
|
||||
test_arena_alloc_fails_when_over_capacity, test_arena_clear,
|
||||
test_arena_destroy);
|
||||
wapp_tester_run_tests(test_arena_init,
|
||||
test_arena_alloc_succeeds_when_within_capacity,
|
||||
test_arena_alloc_fails_when_over_capacity,
|
||||
test_arena_clear, test_arena_destroy);
|
||||
|
||||
return EXIT_SUCCESS;
|
||||
}
|
||||
|
Reference in New Issue
Block a user