aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuss Allbery <eagle@eyrie.org>2016-01-17 18:47:57 -0800
committerRuss Allbery <eagle@eyrie.org>2016-01-17 18:49:24 -0800
commitb39428f02c66430c1bcb497e345315ea29fde99b (patch)
tree9d8848e772f6af8a1223c21278b4c262e46461c0
parent5349c97794acce902a01721e47a1d29ebacc1d4e (diff)
Include tests/perl/module-version-t in the distribution
-rw-r--r--Makefile.am12
1 files changed, 7 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am
index 5810a1e..b3074bc 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -114,11 +114,13 @@ EXTRA_DIST = .gitignore .travis.yml LICENSE autogen client/wallet.pod \
tests/data/fake-keytab-unknown tests/data/fake-srvtab \
tests/data/full.conf tests/data/perl.conf tests/data/wallet.conf \
tests/docs/pod-spelling-t tests/docs/pod-t \
- tests/perl/minimum-version-t tests/perl/strict-t \
- tests/server/admin-t tests/server/backend-t tests/server/keytab-t \
- tests/server/report-t tests/tap/kerberos.sh tests/tap/libtap.sh \
- tests/tap/perl/Test/RRA.pm tests/tap/perl/Test/RRA/Automake.pm \
- tests/tap/perl/Test/RRA/Config.pm tests/tap/remctl.sh \
+ tests/perl/minimum-version-t tests/perl/module-version-t \
+ tests/perl/strict-t tests/server/admin-t tests/server/backend-t \
+ tests/server/keytab-t tests/server/report-t tests/tap/kerberos.sh \
+ tests/tap/libtap.sh tests/tap/perl/Test/RRA.pm \
+ tests/tap/perl/Test/RRA/Automake.pm \
+ tests/tap/perl/Test/RRA/Config.pm \
+ tests/tap/perl/Test/RRA/ModuleVersion.pm tests/tap/remctl.sh \
tests/util/xmalloc-t $(PERL_FILES)
# Supporting convenience libraries used by other targets.