]> git.ipfire.org Git - thirdparty/mlmmj.git/commit
access: move code handling access into a separate to make it testable
authorBaptiste Daroussin <bapt@FreeBSD.org>
Tue, 27 Aug 2024 14:33:30 +0000 (16:33 +0200)
committerBaptiste Daroussin <bapt@FreeBSD.org>
Tue, 27 Aug 2024 14:33:30 +0000 (16:33 +0200)
commitd9a7bbdfa42cf5ef5bb838048c73948c87977bf0
tree94476cd0c873f478380b4c6c966af6241389ac51
parent4b99c52e459efe74f2f2dc8a0d7e18a3658439fe
access: move code handling access into a separate to make it testable

while here, add very basic unit tests
include/mlmmj.h
src/Makefile.am
src/access.c [new file with mode: 0644]
src/mlmmj-process.c
tests/mlmmj.c