test: TEST_INIT macro as a prologue for any unit test
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
|
||||
void symtable_test(void)
|
||||
{
|
||||
TEST_INIT();
|
||||
sym_table_t table = {0};
|
||||
sym_table_init(&table);
|
||||
for (u64 i = 0; i < ARRSIZE(words); ++i)
|
||||
|
||||
Reference in New Issue
Block a user