From bd5343924f07154012488ff96d3dd8f64e729a64 Mon Sep 17 00:00:00 2001 From: Kamen Mazdrashki Date: Fri, 25 Sep 2009 23:43:56 +0300 Subject: s4/asn1: Added torture suite for ASN1 --- source4/torture/local/config.mk | 1 + source4/torture/local/local.c | 1 + 2 files changed, 2 insertions(+) (limited to 'source4/torture') diff --git a/source4/torture/local/config.mk b/source4/torture/local/config.mk index 1c3a721ac9..7633d6c4db 100644 --- a/source4/torture/local/config.mk +++ b/source4/torture/local/config.mk @@ -41,6 +41,7 @@ TORTURE_LOCAL_OBJ_FILES = \ $(torturesrcdir)/../../lib/util/tests/parmlist.o \ $(torturesrcdir)/../../lib/util/tests/str.o \ $(torturesrcdir)/../../lib/util/tests/time.o \ + $(torturesrcdir)/../../lib/util/tests/asn1_tests.o \ $(torturesrcdir)/../../lib/util/tests/data_blob.o \ $(torturesrcdir)/../../lib/util/tests/file.o \ $(torturesrcdir)/../../lib/util/tests/genrand.o \ diff --git a/source4/torture/local/local.c b/source4/torture/local/local.c index 4180d308da..8c6fd5e10c 100644 --- a/source4/torture/local/local.c +++ b/source4/torture/local/local.c @@ -39,6 +39,7 @@ torture_local_util_str, torture_local_util_time, torture_local_util_data_blob, + torture_local_util_asn1, torture_local_idtree, torture_local_genrand, torture_local_iconv, -- cgit