1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
|
(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: /usr/app/odstb/CVS/snacc/c-examples/test-lib/README,v 1.2 1997/02/16 20:26:19 rj Exp $
# $Log: README,v $
# 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.
#
|