From 7c0d555aa341d7d5b8ab2fa8a94ee580636cc1c2 Mon Sep 17 00:00:00 2001 From: Akim Demaille Date: Sun, 25 Nov 2018 09:49:09 +0100 Subject: bitset: add tests and doc First stabs at providing a documentation and test for the bitset module. * doc/bitset.texi, modules/test-bitset, tests/bitset-tests.c: New. --- modules/bitset-tests | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 modules/bitset-tests (limited to 'modules') diff --git a/modules/bitset-tests b/modules/bitset-tests new file mode 100644 index 0000000000..4a7b8b32bb --- /dev/null +++ b/modules/bitset-tests @@ -0,0 +1,11 @@ +Files: +tests/test-bitset.c +tests/macros.h + +Depends-on: + +configure.ac: + +Makefile.am: +TESTS += test-bitset +check_PROGRAMS += test-bitset -- cgit v1.2.1