reactos/modules/rostests/apitests/mountmgr/testlist.c
Pierre Schweitzer 16ec2e2aa5
[MOUNTMGR_APITEST] Add a test suite for the mount manager
It only tests IOCTL_MOUNTMGR_QUERY_POINTS for now
2019-09-05 08:36:20 +02:00

12 lines
178 B
C

#define STANDALONE
#include <apitest.h>
extern void func_QueryPoints(void);
const struct test winetest_testlist[] =
{
{ "QueryPoints", func_QueryPoints },
{ 0, 0 }
};