(RCS control information is at the end of this file.)


C test_lib README
-----------------

This directory should have 3 files:
        README - this file
        makefile
        test_lib.c

Type "make" to compile test_lib.

test_lib tests each encode and decode routine in the C ASN.1
runtime library. Errors will be reported.

test_lib should be run for each machine architecture you install snacc on.
If you modify the library routines you should run test_lib again.

The general testing methodology is:
        1. test the buffer routines
        2. test tags
        3. test lengths
        4. test each libarary type.

For each type, a range of values is encoded and then decoded
and and compared with the original value.

#-------------------------------------------------------------------------------
# $Header: /baseline/SNACC/c-examples/test-lib/readme,v 1.2 2003/12/17 19:05:03 gronej Exp $
# $Log: readme,v $
# Revision 1.2  2003/12/17 19:05:03  gronej
# SNACC baseline merged with PER v1_7 tag
#
# Revision 1.1.2.1  2003/11/05 14:58:59  gronej
# working PER code merged with esnacc_1_6
#
# Revision 1.1.1.1  2000/08/21 20:36:06  leonberp
# First CVS Version of SNACC.
#
# Revision 1.2  1997/02/16 20:26:19  rj
# check-in of a few cosmetic changes
#
# Revision 1.1  1994/08/31  08:46:36  rj
# first check-in. for a list of changes to the snacc-1.1 distribution please refer to the ChangeLog.
#
