1
0
Fork 0
mirror of https://github.com/reactos/reactos.git synced 2025-06-05 17:30:32 +00:00
reactos/modules/rostests/apitests/netshell/testlist.c

11 lines
189 B
C
Raw Normal View History

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