ReactOS 0.4.16-dev-1946-g52006dd
testlist.c
Go to the documentation of this file.
1/*
2 * PROJECT: ReactOS netapi32.dll API Tests
3 * LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
4 * PURPOSE: Test list
5 * COPYRIGHT: Copyright 2017 Colin Finck (colin@reactos.org)
6 */
7
8#define STANDALONE
9#include <apitest.h>
10
12
13const struct test winetest_testlist[] =
14{
15 { "DsRoleGetPrimaryDomainInformation", func_DsRoleGetPrimaryDomainInformation },
16
17 { 0, 0 }
18};
#define test
Definition: rosglue.h:37
const struct test winetest_testlist[]
Definition: testlist.c:7
void func_DsRoleGetPrimaryDomainInformation(void)