add x509name test

This commit is contained in:
Brent Cook
2018-11-07 22:45:27 -06:00
parent 04ad19529d
commit bcf5c3e29e
3 changed files with 12 additions and 0 deletions

View File

@@ -420,3 +420,8 @@ verifytest_SOURCES = verifytest.c
TESTS += x25519test
check_PROGRAMS += x25519test
x25519test_SOURCES = x25519test.c
# x509name
TESTS += x509name
check_PROGRAMS += x509name
x509name_SOURCES = x509name.c