Merge branch 'mdw/backoff'
[tripe] / t / Makefile.am
index 0266547..73a7429 100644 (file)
@@ -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 --------------------------------------------------