diff options
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 5024c45..e1f83cf 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am | |||
@@ -449,6 +449,11 @@ TESTS += tlsexttest | |||
449 | check_PROGRAMS += tlsexttest | 449 | check_PROGRAMS += tlsexttest |
450 | tlsexttest_SOURCES = tlsexttest.c | 450 | tlsexttest_SOURCES = tlsexttest.c |
451 | 451 | ||
452 | # tlslegacytest | ||
453 | TESTS += tlslegacytest | ||
454 | check_PROGRAMS += tlslegacytest | ||
455 | tlslegacytest_SOURCES = tlslegacytest.c | ||
456 | |||
452 | # tlstest | 457 | # tlstest |
453 | TESTS += tlstest.sh | 458 | TESTS += tlstest.sh |
454 | check_PROGRAMS += tlstest | 459 | check_PROGRAMS += tlstest |