Add.
authorSimon Josefsson <simon@josefsson.org>
Wed, 10 May 2006 09:13:32 +0000 (09:13 +0000)
committerSimon Josefsson <simon@josefsson.org>
Wed, 10 May 2006 09:13:32 +0000 (09:13 +0000)
NEWS
tests/Test_encoding.asn [new file with mode: 0644]

diff --git a/NEWS b/NEWS
index 112a161..9e24f29 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,7 @@
 Version 0.3.4 (unreleased)
 - Really fix encodings.
+- Add new self test, tests/Test_encoding.c.
+- Self tests are ran under valgrind, if it is available.
 
 Version 0.3.3 (released 2006-05-07)
 - Add some 'const' to prototypes.
diff --git a/tests/Test_encoding.asn b/tests/Test_encoding.asn
new file mode 100644 (file)
index 0000000..ff8faa3
--- /dev/null
@@ -0,0 +1,17 @@
+--
+--  File used in the test sequence Test_encoding.
+--
+
+TEST_TREE { }
+
+DEFINITIONS IMPLICIT TAGS ::=
+
+BEGIN
+
+Koko ::= SEQUENCE {
+   seqint SEQUENCE OF INTEGER,
+   int INTEGER,
+   str OCTET STRING
+}
+
+END