summaryrefslogtreecommitdiff
path: root/string/test-strchrnul.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2011-10-29 11:54:15 -0400
committerUlrich Drepper <drepper@gmail.com>2011-10-29 11:54:15 -0400
commit51d91b18954c998ccda310231f4d120f21a5fd79 (patch)
tree49ff5e47db201d35fc2f65cac0ea17d5dcad42dd /string/test-strchrnul.c
parentb611fb810f3932d60b2952a3d7d012d875e4284d (diff)
Add strchrnul performance test
Diffstat (limited to 'string/test-strchrnul.c')
-rw-r--r--string/test-strchrnul.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/string/test-strchrnul.c b/string/test-strchrnul.c
new file mode 100644
index 0000000000..9836af6ddd
--- /dev/null
+++ b/string/test-strchrnul.c
@@ -0,0 +1,2 @@
+#define USE_FOR_STRCHRNUL 1
+#include "test-strchr.c"