diff options
author | Russ Allbery <rra@stanford.edu> | 2007-12-01 00:42:46 +0000 |
---|---|---|
committer | Russ Allbery <rra@stanford.edu> | 2007-12-01 00:42:46 +0000 |
commit | c9948c8f68b11a1e897afe9c9f2dd2fcb6934f8d (patch) | |
tree | f15323beb5ceac6a2b81df8634f5f9f23ad239c8 /Makefile.am | |
parent | 1e13c0c60c96dd1719e7c4c3931b4196c2b5bc61 (diff) |
The wallet backend test suite now supports using a database other than
SQLite for testing.
Also start a new Util.pm module for the test suite and move the contents
sub into that module. More to follow.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am index e04353a..1d2e241 100644 --- a/Makefile.am +++ b/Makefile.am @@ -17,11 +17,11 @@ EXTRA_DIST = LICENSE autogen client/wallet.pod config/allow-extract \ perl/Wallet/Schema.pm perl/Wallet/Server.pm perl/t/acl.t \ perl/t/data/README perl/t/data/keytab-fake perl/t/data/keytab.conf \ perl/t/data/netdb.conf perl/t/data/netdb-fake perl/t/init.t \ - perl/t/keytab.t perl/t/object.t perl/t/pod.t perl/t/schema.t \ - perl/t/server.t perl/t/verifier.t tests/TESTS tests/data/README \ - tests/data/allow-extract tests/data/cmd-fake tests/data/fake-data \ - tests/data/fake-kadmin tests/data/fake-keytab tests/data/fake-srvtab \ - tests/data/wallet.conf + perl/t/keytab.t perl/t/lib/Util.pm perl/t/object.t perl/t/pod.t \ + perl/t/schema.t perl/t/server.t perl/t/verifier.t tests/TESTS \ + tests/data/README tests/data/allow-extract tests/data/cmd-fake \ + tests/data/fake-data tests/data/fake-kadmin tests/data/fake-keytab \ + tests/data/fake-srvtab tests/data/wallet.conf noinst_LIBRARIES = portable/libportable.a util/libutil.a portable_libportable_a_SOURCES = portable/dummy.c |