]> git.ipfire.org Git - thirdparty/shadow.git/commit
tests: happy path for active_sessions_count()
authorIker Pedrosa <ipedrosa@redhat.com>
Thu, 14 Sep 2023 10:47:04 +0000 (12:47 +0200)
committerIker Pedrosa <ikerpedrosam@gmail.com>
Fri, 29 Sep 2023 07:24:01 +0000 (09:24 +0200)
commit015448b049a748126589463b4366a1fbda909c15
treec396c0e2b8df00cb534c4b59474e1579b94926ef
parent163c424999a3e097c6c6da87cc9df3041b4e03f6
tests: happy path for active_sessions_count()

Simple test to check the recently implemented logind functionality. It
also contains the changes to the build infrastructure, and the
gitignore.

Resolves: https://github.com/shadow-maint/shadow/issues/790

Signed-off-by: Iker Pedrosa <ipedrosa@redhat.com>
Makefile.am
tests/unit/.gitignore [new file with mode: 0644]
tests/unit/Makefile.am [new file with mode: 0644]
tests/unit/test_logind.c [new file with mode: 0644]