X-Git-Url: https://git.distorted.org.uk/~mdw/tripe/blobdiff_plain/8cae2567b6a99f65e5fc28bd4a8475b47d69948e..26936c8341691d67655a055956656f2506d53a63:/t/Makefile.am?ds=sidebyside diff --git a/t/Makefile.am b/t/Makefile.am index 0e05409a..09387aac 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-alpha keyring-beta keyring-beta-new + ###----- That's all, folks --------------------------------------------------