X-Git-Url: https://git.distorted.org.uk/~mdw/tripe/blobdiff_plain/1c5f4539ddb76b31756f0a1fdd9e3a489bba40d2..59d052593e2be428185812b77c9860bdc06bb3a0:/t/Makefile.am diff --git a/t/Makefile.am b/t/Makefile.am index 02665478..73a7429a 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 + ###----- That's all, folks --------------------------------------------------