reactos/kmtests/kmtest_drv/testlist.c

15 lines
327 B
C
Raw Normal View History

/*
* PROJECT: ReactOS kernel-mode tests
* LICENSE: GPLv2+ - See COPYING in the top level directory
* PURPOSE: Kernel-Mode Test Suite Driver test list
* PROGRAMMER: Thomas Faber <thfabba@gmx.de>
*/
#include <stddef.h>
#include <kmt_test.h>
const KMT_TEST TestList[] =
{
{ NULL, NULL }
};