diff options
author | kinichiro <kinichiro.inoguchi@gmail.com> | 2020-09-13 22:33:34 +0900 |
---|---|---|
committer | kinichiro <kinichiro.inoguchi@gmail.com> | 2020-09-14 19:55:45 +0900 |
commit | 0e52cefc5c2aee0d0ae365fe27e53513cd4f9542 (patch) | |
tree | bdf9d8a1b6b95c394f1e9e9be5345b2cafa5a15b /tests/Makefile.am | |
parent | 1ba03da23622e1c9fd18b941452c90837528bd90 (diff) | |
download | portable-0e52cefc5c2aee0d0ae365fe27e53513cd4f9542.tar.gz portable-0e52cefc5c2aee0d0ae365fe27e53513cd4f9542.tar.bz2 portable-0e52cefc5c2aee0d0ae365fe27e53513cd4f9542.zip |
Add regress x509attribute.c
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 f340f78..ddb3d05 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am | |||
@@ -479,6 +479,11 @@ TESTS += x25519test | |||
479 | check_PROGRAMS += x25519test | 479 | check_PROGRAMS += x25519test |
480 | x25519test_SOURCES = x25519test.c | 480 | x25519test_SOURCES = x25519test.c |
481 | 481 | ||
482 | # x509attribute | ||
483 | TESTS += x509attribute | ||
484 | check_PROGRAMS += x509attribute | ||
485 | x509attribute_SOURCES = x509attribute.c | ||
486 | |||
482 | # x509name | 487 | # x509name |
483 | TESTS += x509name | 488 | TESTS += x509name |
484 | check_PROGRAMS += x509name | 489 | check_PROGRAMS += x509name |