reactos/kmtests/rtl/RtlAvlTree.c
Thomas Faber 804d5c4e32 [KMTESTS/RTL]
- Remove hacks from RtlSplayTree/RtlAvlTree tests
- Extend RtlMemory test

svn path=/branches/GSoC_2011/KMTestSuite/; revision=53082
2011-08-05 09:44:20 +00:00

4 lines
172 B
C

/* this is a little hacky, but better than duplicating the code (for now) */
#define RTL_USE_AVL_TABLES
#define Test_RtlSplayTree Test_RtlAvlTree
#include "RtlSplayTree.c"