summaryrefslogtreecommitdiff
path: root/modules/strchrnul-tests
diff options
context:
space:
mode:
authorEric Blake <ebb9@byu.net>2008-04-28 15:43:04 -0600
committerEric Blake <ebb9@byu.net>2008-04-28 15:43:04 -0600
commitd2a45d9a8b6d045041db52a37fc7e1226d12deec (patch)
tree9357bc7365b7e06092d855f011bdd15494ae9983 /modules/strchrnul-tests
parent2c975047cded6ec2c2a20af397275acffdaa11f9 (diff)
downloadgnulib-d2a45d9a8b6d045041db52a37fc7e1226d12deec.tar.gz
Optimize and test strchrnul.
* lib/strchrnul.c (strchrnul): Rewrite to do parallel search. * modules/strchrnul-tests: New file. * tests/test-strchrnul.c: Likewise. Signed-off-by: Eric Blake <ebb9@byu.net>
Diffstat (limited to 'modules/strchrnul-tests')
-rw-r--r--modules/strchrnul-tests10
1 files changed, 10 insertions, 0 deletions
diff --git a/modules/strchrnul-tests b/modules/strchrnul-tests
new file mode 100644
index 0000000000..642a93f1a4
--- /dev/null
+++ b/modules/strchrnul-tests
@@ -0,0 +1,10 @@
+Files:
+tests/test-strchrnul.c
+
+Depends-on:
+
+configure.ac:
+
+Makefile.am:
+TESTS += test-strchrnul
+check_PROGRAMS += test-strchrnul