From 9af6ff9a3abb9df79f0b741016961a4b70b58ba2 Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Mon, 28 Sep 2015 17:33:58 -0500 Subject: add asn1time test --- tests/Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/Makefile.am b/tests/Makefile.am index de3b5d0..3d6a30d 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -42,6 +42,11 @@ TESTS += asn1test check_PROGRAMS += asn1test asn1test_SOURCES = asn1test.c +# asn1time +TESTS += asn1time +check_PROGRAMS += asn1time +asn1test_SOURCES = asn1time.c + # base64test TESTS += base64test check_PROGRAMS += base64test -- cgit v1.2.3-55-g6feb