X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/tripe/blobdiff_plain/1c5f4539ddb76b31756f0a1fdd9e3a489bba40d2..a93aacce200e0d68b614d8bfb05d9cbeba850b12:/t/Makefile.am diff --git a/t/Makefile.am b/t/Makefile.am index 02665478..09387aac 100644 --- a/t/Makefile.am +++ b/t/Makefile.am @@ -30,4 +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 --------------------------------------------------