chiark / gitweb /
Allow the caller to configure the administration socket permissions.
[tripe] / t / Makefile.am
index 0e05409a32465d5cd582b98b593d3174401ef76b..8b50ba39ac7ba11d3856be33fc5d79375c9ba1b0 100644 (file)
@@ -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 --------------------------------------------------