summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2018-12-04 00:56:31 +0100
committerBruno Haible <bruno@clisp.org>2018-12-07 20:52:16 +0100
commit2fa4d5a1c4e87808181815d645a70cbb40f9350c (patch)
treeab8d5fbc960c4f1ac87967d316e634effafbfb37 /modules
parent5c72ed2bf901039629b3bf3974c9c7a203a73d73 (diff)
downloadgnulib-2fa4d5a1c4e87808181815d645a70cbb40f9350c.tar.gz
array-set: Add tests.
* tests/test-array_set.c: New file. * modules/array-set-tests: New file.
Diffstat (limited to 'modules')
-rw-r--r--modules/array-set-tests14
1 files changed, 14 insertions, 0 deletions
diff --git a/modules/array-set-tests b/modules/array-set-tests
new file mode 100644
index 0000000000..13149f5b38
--- /dev/null
+++ b/modules/array-set-tests
@@ -0,0 +1,14 @@
+Files:
+tests/test-array_set.c
+tests/macros.h
+
+Depends-on:
+xoset
+array-oset
+xalloc
+
+configure.ac:
+
+Makefile.am:
+TESTS += test-array_set
+check_PROGRAMS += test-array_set