summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorEric Blake <ebb9@byu.net>2008-08-19 09:40:10 -0600
committerEric Blake <ebb9@byu.net>2008-08-19 10:42:08 -0600
commit63dfe7d84d88032b190b9d22d545933a7aceb2a8 (patch)
treed1178b08f9fa327a4270309c041274dddbc05654 /modules
parent5840dbbbf33d47e03b35f68b25223b3f8472e443 (diff)
downloadgnulib-63dfe7d84d88032b190b9d22d545933a7aceb2a8.tar.gz
strverscmp: add unit test
* modules/strverscmp-tests: New file. * tests/test-strverscmp.c: Likewise. Signed-off-by: Eric Blake <ebb9@byu.net>
Diffstat (limited to 'modules')
-rw-r--r--modules/strverscmp-tests10
1 files changed, 10 insertions, 0 deletions
diff --git a/modules/strverscmp-tests b/modules/strverscmp-tests
new file mode 100644
index 0000000000..343df258ff
--- /dev/null
+++ b/modules/strverscmp-tests
@@ -0,0 +1,10 @@
+Files:
+tests/test-strverscmp.c
+
+Depends-on:
+
+configure.ac:
+
+Makefile.am:
+TESTS += test-strverscmp
+check_PROGRAMS += test-strverscmp