X-Git-Url: https://git.distorted.org.uk/~mdw/tripe/blobdiff_plain/46dde0806919904d146851bf8bd93fac9915730b..5d85da1c8dba900b960ab8fd81e2f8fdb7a7a660:/t/Makefile.am diff --git a/t/Makefile.am b/t/Makefile.am index 0e05409a..8b50ba39 100644 --- a/t/Makefile.am +++ b/t/Makefile.am @@ -30,7 +30,16 @@ autotest_TESTS = ###-------------------------------------------------------------------------- ### Test directories. +## The main server. +autotest_TESTS += $(top_srcdir)/server/tests.at + ## Key management. autotest_TESTS += $(top_srcdir)/keys/tests.at +###-------------------------------------------------------------------------- +### Test files. + +## Keyring files. +EXTRA_DIST += keyring-dh keyring-ec + ###----- That's all, folks --------------------------------------------------