diff options
author | Brent Cook <bcook@openbsd.org> | 2018-11-07 22:45:27 -0600 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2018-11-07 22:45:27 -0600 |
commit | bcf5c3e29e078045bc50b23501acd59673437056 (patch) | |
tree | 3e8d77729134341d6ce9e6d32096d61b608ab73f /tests/Makefile.am | |
parent | 04ad19529d7e9abe8df6f19647d9a7e0702f24d5 (diff) | |
download | portable-bcf5c3e29e078045bc50b23501acd59673437056.tar.gz portable-bcf5c3e29e078045bc50b23501acd59673437056.tar.bz2 portable-bcf5c3e29e078045bc50b23501acd59673437056.zip |
add x509name test
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 bbe071b..7373cd6 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am | |||
@@ -420,3 +420,8 @@ verifytest_SOURCES = verifytest.c | |||
420 | TESTS += x25519test | 420 | TESTS += x25519test |
421 | check_PROGRAMS += x25519test | 421 | check_PROGRAMS += x25519test |
422 | x25519test_SOURCES = x25519test.c | 422 | x25519test_SOURCES = x25519test.c |
423 | |||
424 | # x509name | ||
425 | TESTS += x509name | ||
426 | check_PROGRAMS += x509name | ||
427 | x509name_SOURCES = x509name.c | ||