Skip to content

Commit

Permalink
fix: src/test/Makefile: dist python tests as well
Browse files Browse the repository at this point in the history
Python based tests were mistakenly left out of the tarball on "make
dist".
  • Loading branch information
erig0 committed Jun 13, 2019
1 parent 3fb02f8 commit 937d255
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tests/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ TESTSUITE_FILES = \
EXTRA_DIST = \
$(TESTSUITE) \
$(TESTSUITE_FILES) \
$(srcdir)/python/*.py \
$(srcdir)/package.m4

$(srcdir)/package.m4: $(top_srcdir)/configure.ac $(top_srcdir)/firewalld.spec $(srcdir)/Makefile
Expand Down

0 comments on commit 937d255

Please sign in to comment.