Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

testsuite: use TAP for unit tests #87

Merged
merged 11 commits into from
Jan 25, 2024
5 changes: 4 additions & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,7 @@ install-data-local:
-$(top_srcdir)/config/install-sh -o $(RUN_AS_USER) -m 755 -d \
$(DESTDIR)$(localstatedir)/run/powerman

EXTRA_DIST = DISCLAIMER examples/powerman_el72.spec
EXTRA_DIST = \
DISCLAIMER \
examples/powerman_el72.spec \
config/tap-driver.sh
Loading
Loading