From a7609bc7a875d9aa12218ae42bde6652064fd47b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Tue, 5 Sep 2006 14:17:06 +0000 Subject: [PATCH] Add TESTSeqOf for testing sequence generation code. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18015 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/asn1/Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/asn1/Makefile.am b/lib/asn1/Makefile.am index e273fbb7d..d64b4154a 100644 --- a/lib/asn1/Makefile.am +++ b/lib/asn1/Makefile.am @@ -364,7 +364,8 @@ gen_files_test = \ asn1_TESTInteger2.x \ asn1_TESTInteger3.x \ asn1_TESTLargeTag.x \ - asn1_TESTSeq.x + asn1_TESTSeq.x \ + asn1_TESTSeqOf.x gen_files_digest = \ asn1_DigestInit.x \ @@ -500,7 +501,7 @@ digest_asn1_files: asn1_compile$(EXEEXT) $(srcdir)/digest.asn1 ./asn1_compile$(EXEEXT) $(srcdir)/digest.asn1 digest_asn1 || (rm -f digest_asn1_files ; exit 1) test_asn1_files: asn1_compile$(EXEEXT) $(srcdir)/test.asn1 - ./asn1_compile$(EXEEXT) $(srcdir)/test.asn1 test_asn1 || (rm -f test_asn1_files ; exit 1) + ./asn1_compile$(EXEEXT) --sequence=TESTSeqOf $(srcdir)/test.asn1 test_asn1 || (rm -f test_asn1_files ; exit 1) $(libasn1_la_OBJECTS): krb5_asn1.h asn1_err.h