tests: add intrusive AVL tests

This commit is contained in:
Bruno BELANYI 2020-11-24 19:42:34 +01:00
parent 0e9f8d615a
commit d35bd77e20
2 changed files with 576 additions and 0 deletions

View file

@ -18,6 +18,7 @@ check: testsuite
./testsuite --verbose
TEST_SRC = \
tests/avl.c \
tests/list.c \
tests/testsuite.c \