summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2018-12-14 23:08:06 +0100
committerBruno Haible <bruno@clisp.org>2018-12-14 23:08:06 +0100
commit93d957b1e48c3ac0608d710a92acbe11338222c1 (patch)
tree8ceabd9046ec03661558c3d6a7f7c3338314c5de /modules
parent8fcf37ec62043512ea1fa997adae3eff29a14bf3 (diff)
downloadgnulib-93d957b1e48c3ac0608d710a92acbe11338222c1.tar.gz
linkedhash-map: Add tests.
* tests/test-linkedhash_map.c: New file. * modules/linkedhash-map-tests: New file.
Diffstat (limited to 'modules')
-rw-r--r--modules/linkedhash-map-tests13
1 files changed, 13 insertions, 0 deletions
diff --git a/modules/linkedhash-map-tests b/modules/linkedhash-map-tests
new file mode 100644
index 0000000000..a21dad3951
--- /dev/null
+++ b/modules/linkedhash-map-tests
@@ -0,0 +1,13 @@
+Files:
+tests/test-linkedhash_map.c
+tests/macros.h
+
+Depends-on:
+array-map
+xalloc
+
+configure.ac:
+
+Makefile.am:
+TESTS += test-linkedhash_map
+check_PROGRAMS += test-linkedhash_map