Skip to content

Commit

Permalink
testsuite: pull in tap-driver.sh
Browse files Browse the repository at this point in the history
Problem: TAP output is not interpreted by 'make check'.

Prepare to add TAP tests by adding the automake TAP driver.
  • Loading branch information
garlick authored and chu11 committed Jan 25, 2024
1 parent 3c1fc57 commit 5d10b92
Show file tree
Hide file tree
Showing 2 changed files with 695 additions and 1 deletion.
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

0 comments on commit 5d10b92

Please sign in to comment.