]> eyrie.org Git - kerberos/wallet.git/commitdiff
Include tests/perl/module-version-t in the distribution
authorRuss Allbery <eagle@eyrie.org>
Mon, 18 Jan 2016 02:47:57 +0000 (18:47 -0800)
committerRuss Allbery <eagle@eyrie.org>
Mon, 18 Jan 2016 02:49:24 +0000 (18:49 -0800)
Makefile.am

index 5810a1e971fe3873f9902c21aa4bfe2929d0ccda..b3074bc9b6b0de9aa2130c292c67e2cbb7c047c0 100644 (file)
@@ -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.