unit test api needs to be rewritten. crazy to assert functions with heap allocated memory or "in place"
manipulation.
This commit is contained in:
parent
64b6356e61
commit
9fa5c9eac9
5 changed files with 14 additions and 13 deletions
|
|
@ -7,7 +7,6 @@
|
|||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <time.h>
|
||||
#include "unit.h"
|
||||
#include "../src/common/rbtree.h"
|
||||
#include "../src/common/debug.h"
|
||||
|
|
|
|||
Reference in a new issue