Skip to content

Commit 698ef1d

Browse files
committed
build: Include test/t in dist tarball
Closes #272
1 parent 5c73b79 commit 698ef1d

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

configure.ac

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,7 @@ completions/Makefile
1111
doc/Makefile
1212
helpers/Makefile
1313
test/Makefile
14+
test/t/Makefile
15+
test/t/unit/Makefile
1416
])
1517
AC_OUTPUT

test/Makefile.am

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
DEJATOOL = completion install unit
22
AM_RUNTESTFLAGS = --outdir log --ignore $(PACKAGE).log
33

4+
SUBDIRS = t
5+
46
EXTRA_DIST = completion \
57
config \
68
fixtures \

0 commit comments

Comments
 (0)