bitset: add tests and doc
commit7c0d555aa341d7d5b8ab2fa8a94ee580636cc1c2
authorAkim Demaille <akim.demaille@gmail.com>
Sun, 25 Nov 2018 08:49:09 +0000 (25 09:49 +0100)
committerAkim Demaille <akim.demaille@gmail.com>
Sun, 25 Nov 2018 18:43:57 +0000 (25 19:43 +0100)
tree97915e3c958e3e5795e13b984cd8e0ba52c66322
parentde7956e9d91c826855b664867fb6e1ce35988020
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.
ChangeLog
doc/bitset.texi [new file with mode: 0644]
modules/bitset-tests [new file with mode: 0644]
tests/test-bitset.c [new file with mode: 0644]