summaryrefslogtreecommitdiff
path: root/src/pal/tests/palsuite/c_runtime/_mbsninc/test1/testinfo.dat
diff options
context:
space:
mode:
Diffstat (limited to 'src/pal/tests/palsuite/c_runtime/_mbsninc/test1/testinfo.dat')
-rw-r--r--src/pal/tests/palsuite/c_runtime/_mbsninc/test1/testinfo.dat17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/pal/tests/palsuite/c_runtime/_mbsninc/test1/testinfo.dat b/src/pal/tests/palsuite/c_runtime/_mbsninc/test1/testinfo.dat
new file mode 100644
index 0000000000..22fd6f0cf5
--- /dev/null
+++ b/src/pal/tests/palsuite/c_runtime/_mbsninc/test1/testinfo.dat
@@ -0,0 +1,17 @@
+#
+# Copyright (c) Microsoft Corporation. All rights reserved.
+#
+
+Version = 1.0
+Section = C Runtime
+Function = _mbsninc
+Name = Positive Test for _mbsninc
+TYPE = DEFAULT
+EXE1 = test1
+Description
+= Ensure that this functions increases a string pointer by n characters.
+= Use a for loop, and increase the pointer by a different number of characters
+= on each iteration, ensure that it is indeed pointing to the correct location
+= each time. The second test checks to see if you attempt to increase the
+= pointer past the end of the string, the pointer should just point at the
+= last character.