chiark / gitweb /
tripe-keys: Add a subcommand to print the correct tunnel MTU.
[tripe] / t / Makefile.am
index 02665478fcc4beb429f401e4c7d89a69837b12a6..8b50ba39ac7ba11d3856be33fc5d79375c9ba1b0 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-dh keyring-ec
+
 ###----- That's all, folks --------------------------------------------------