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
|
|
@ -12,7 +12,7 @@ raw_inotify :
|
|||
$(CC) -linotifytools raw_inotify.c -o raw_inotify
|
||||
|
||||
path :
|
||||
$(CC) -D__DEBUG__ $(CFLAGS) ../src/common/path.c t_path.c -o test_path
|
||||
$(CC) $(DEFS) $(CFLAGS) unit.c ../src/common/path.c t_path.c -o test_path
|
||||
|
||||
rbtree :
|
||||
$(CC) $(DEFS) $(CFLAGS) unit.c ../src/common/rbtree.c t_rbtree.c -o test_rbtree
|
||||
|
|
|
|||
Reference in a new issue