diff options
author | Theo Buehler <tb@openbsd.org> | 2023-05-12 02:34:22 -0600 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2023-05-12 02:34:22 -0600 |
commit | 89fee1252f2284039d6a089f172b6acc72747229 (patch) | |
tree | ae43f5afffc146154637181917ffd4ef8bfce17d /tests/Makefile.am | |
parent | 72ef4d3c779a825b80d3eae63833f5e13df639cd (diff) | |
download | portable-89fee1252f2284039d6a089f172b6acc72747229.tar.gz portable-89fee1252f2284039d6a089f172b6acc72747229.tar.bz2 portable-89fee1252f2284039d6a089f172b6acc72747229.zip |
Link asn1oct test to the build
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 b17f1ef..71037d8 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am | |||
@@ -102,6 +102,11 @@ TESTS += asn1object | |||
102 | check_PROGRAMS += asn1object | 102 | check_PROGRAMS += asn1object |
103 | asn1object_SOURCES = asn1object.c | 103 | asn1object_SOURCES = asn1object.c |
104 | 104 | ||
105 | # asn1oct | ||
106 | TESTS += asn1oct | ||
107 | check_PROGRAMS += asn1oct | ||
108 | asn1oct_SOURCES = asn1oct.c | ||
109 | |||
105 | # asn1string_copy | 110 | # asn1string_copy |
106 | TESTS += asn1string_copy | 111 | TESTS += asn1string_copy |
107 | check_PROGRAMS += asn1string_copy | 112 | check_PROGRAMS += asn1string_copy |