Skip to content

Commit

Permalink
build: Include test/t in dist tarball
Browse files Browse the repository at this point in the history
Closes #272
  • Loading branch information
scop committed Jan 4, 2019
1 parent 5c73b79 commit 698ef1d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,7 @@ completions/Makefile
doc/Makefile
helpers/Makefile
test/Makefile
test/t/Makefile
test/t/unit/Makefile
])
AC_OUTPUT
2 changes: 2 additions & 0 deletions test/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
DEJATOOL = completion install unit
AM_RUNTESTFLAGS = --outdir log --ignore $(PACKAGE).log

SUBDIRS = t

EXTRA_DIST = completion \
config \
fixtures \
Expand Down

0 comments on commit 698ef1d

Please sign in to comment.