diff options
author | Russ Allbery <rra@stanford.edu> | 2013-03-27 14:39:52 -0700 |
---|---|---|
committer | Russ Allbery <rra@stanford.edu> | 2013-03-27 15:18:23 -0700 |
commit | 0fb54dd694068ab6c2ea8c6deaebd114b81a5438 (patch) | |
tree | d7546da6336d5b6b1bda6213d10e05cf78716bc7 | |
parent | 816da05bf991994027278bfe85b2c6a098cd8bd5 (diff) |
Add the Test::RRA::* modules to the distribution
Change-Id: I316a35a9ca7c1305650f7bd4d90b31caf9e054f9
Reviewed-on: https://gerrit.stanford.edu/979
Reviewed-by: Russ Allbery <rra@stanford.edu>
Tested-by: Russ Allbery <rra@stanford.edu>
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 182d996..e1c78b7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -46,7 +46,9 @@ EXTRA_DIST = .gitignore LICENSE autogen client/wallet.pod \ tests/data/full.conf tests/data/wallet.conf \ tests/docs/pod-spelling-t tests/docs/pod-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/remctl.sh \ + 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/util/xmalloc-t $(PERL_FILES) noinst_LIBRARIES = portable/libportable.a util/libutil.a |