tests: add intrusive AVL tests
This commit is contained in:
parent
0e9f8d615a
commit
d35bd77e20
2 changed files with 576 additions and 0 deletions
1
Makefile
1
Makefile
|
|
@ -18,6 +18,7 @@ check: testsuite
|
|||
./testsuite --verbose
|
||||
|
||||
TEST_SRC = \
|
||||
tests/avl.c \
|
||||
tests/list.c \
|
||||
tests/testsuite.c \
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue