aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index f340f78..ddb3d05 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -479,6 +479,11 @@ TESTS += x25519test
479check_PROGRAMS += x25519test 479check_PROGRAMS += x25519test
480x25519test_SOURCES = x25519test.c 480x25519test_SOURCES = x25519test.c
481 481
482# x509attribute
483TESTS += x509attribute
484check_PROGRAMS += x509attribute
485x509attribute_SOURCES = x509attribute.c
486
482# x509name 487# x509name
483TESTS += x509name 488TESTS += x509name
484check_PROGRAMS += x509name 489check_PROGRAMS += x509name