[KMTEST]
[reactos.git] / rostests / kmtests / kmtest / testlist.c
index c12fa11..22c7d8c 100644 (file)
@@ -17,6 +17,8 @@ KMT_TESTFUNC Test_RtlMemory;
 KMT_TESTFUNC Test_RtlRegistry;
 KMT_TESTFUNC Test_RtlSplayTree;
 KMT_TESTFUNC Test_RtlUnicodeString;
+KMT_TESTFUNC Test_TcpIpIoctl;
+KMT_TESTFUNC Test_TcpIpTdi;
 
 /* tests with a leading '-' will not be listed */
 const KMT_TEST TestList[] =
@@ -31,5 +33,6 @@ const KMT_TEST TestList[] =
     { "RtlRegistry",        Test_RtlRegistry },
     { "RtlSplayTree",       Test_RtlSplayTree },
     { "RtlUnicodeString",   Test_RtlUnicodeString },
+    { "TcpIpTdi",           Test_TcpIpTdi },
     { NULL,                 NULL },
 };