reactos/rostests/kmtests/rtl/RtlAvlTree.c
Thomas Faber 454f222ade [ROSTESTS]
- Merge the Kernel Mode Test Suite Google Summer of Code project
- Happy testing, everyone ;)

svn path=/trunk/; revision=53671
2011-09-10 11:41:33 +00:00

5 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"