[NETAPI32_APITEST]
[reactos.git] / rostests / apitests / netapi32 / testlist.c
diff --git a/rostests/apitests/netapi32/testlist.c b/rostests/apitests/netapi32/testlist.c
new file mode 100644 (file)
index 0000000..71249eb
--- /dev/null
@@ -0,0 +1,20 @@
+/*
+ * PROJECT:     ReactOS netapi32.dll API Tests
+ * LICENSE:     GNU GPLv2 or any later version as published by the Free Software Foundation
+ * PURPOSE:     Test list
+ * COPYRIGHT:   Copyright 2017 Colin Finck <colin@reactos.org>
+ */
+
+#define __ROS_LONG64__
+
+#define STANDALONE
+#include <apitest.h>
+
+extern void func_DsRoleGetPrimaryDomainInformation(void);
+
+const struct test winetest_testlist[] =
+{
+    { "DsRoleGetPrimaryDomainInformation", func_DsRoleGetPrimaryDomainInformation },
+
+    { 0, 0 }
+};