summaryrefslogtreecommitdiff
path: root/modules/hash-tests
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2009-06-17 22:09:53 +0200
committerEric Blake <ebb9@byu.net>2009-06-17 22:13:22 -0600
commit14092765ada78e9ef99572192a6fd1c39ea03834 (patch)
treebb95ae29af3f7ffd1d7826ae10830aba4cd8ca5b /modules/hash-tests
parent284e5295d93b80b4fd629fccb06b2ede48cfa492 (diff)
downloadgnulib-14092765ada78e9ef99572192a6fd1c39ea03834.tar.gz
hash-tests: new module
* modules/hash-tests: New file. * tests/test-hash.c: New file. Signed-off-by: Eric Blake <ebb9@byu.net>
Diffstat (limited to 'modules/hash-tests')
-rw-r--r--modules/hash-tests15
1 files changed, 15 insertions, 0 deletions
diff --git a/modules/hash-tests b/modules/hash-tests
new file mode 100644
index 0000000000..0a83d8e0f4
--- /dev/null
+++ b/modules/hash-tests
@@ -0,0 +1,15 @@
+Files:
+tests/test-hash.c
+
+Depends-on:
+hash-pjw
+inttostr
+progname
+stdbool
+xalloc
+
+configure.ac:
+
+Makefile.am:
+TESTS += test-hash
+check_PROGRAMS += test-hash