summaryrefslogtreecommitdiff
path: root/src/pal/tests/palsuite/threading/CreateProcessW/test2/test2.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pal/tests/palsuite/threading/CreateProcessW/test2/test2.h')
-rw-r--r--src/pal/tests/palsuite/threading/CreateProcessW/test2/test2.h31
1 files changed, 31 insertions, 0 deletions
diff --git a/src/pal/tests/palsuite/threading/CreateProcessW/test2/test2.h b/src/pal/tests/palsuite/threading/CreateProcessW/test2/test2.h
new file mode 100644
index 0000000000..07d40b8942
--- /dev/null
+++ b/src/pal/tests/palsuite/threading/CreateProcessW/test2/test2.h
@@ -0,0 +1,31 @@
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+// See the LICENSE file in the project root for more information.
+
+/*============================================================
+**
+** Source: test2.h
+**
+**
+
+**
+**=========================================================*/
+
+
+const WCHAR szChildFileW[] = u"paltest_createprocessw_test2_child";
+const WCHAR szArgs[] = {' ',0x41,' ','B',' ','C','\0'};
+const WCHAR szArg1[] = {0x41,'\0'};
+const WCHAR szArg2[] = {'B','\0'};
+const WCHAR szArg3[] = {'C','\0'};
+
+const char *szTestString = "An uninteresting test string (it works though)";
+
+const DWORD EXIT_OK_CODE = 100;
+const DWORD EXIT_ERR_CODE1 = 101;
+const DWORD EXIT_ERR_CODE2 = 102;
+const DWORD EXIT_ERR_CODE3 = 103;
+const DWORD EXIT_ERR_CODE4 = 104;
+const DWORD EXIT_ERR_CODE5 = 105;
+
+#define BUF_LEN 128
+