From dcbc344ca57ac91c4ddd341a79c0f660e7036d0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Wed, 26 Apr 2006 17:17:33 +0000 Subject: [PATCH] Add test_name to regression tests git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@17282 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/hx509/Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/hx509/Makefile.am b/lib/hx509/Makefile.am index 941feb3ee..aa7fdfa3a 100644 --- a/lib/hx509/Makefile.am +++ b/lib/hx509/Makefile.am @@ -133,9 +133,14 @@ CLEANFILES = $(BUILT_SOURCES) \ # regression tests # +check_PROGRAMS = $(TESTS) + +LDADD = libhx509.la + TESTS = \ test_chain \ test_cms \ + test_name \ test_nist \ test_nist_cert \ test_nist_pkcs12 \