aboutsummaryrefslogtreecommitdiffstats
path: root/asn1c
diff options
context:
space:
mode:
authorLev Walkin <vlm@lionet.info>2012-09-03 02:59:37 -0700
committerLev Walkin <vlm@lionet.info>2012-09-03 02:59:37 -0700
commit5df59a52f75dde4fe99047c064fcde54bd359138 (patch)
tree85d6ceda201c6d679eba55482c0ae089f9bb3ae1 /asn1c
parent3d47c48a0b3e089b96b0b13555d1ae0c3fb1b0aa (diff)
simplify README
Diffstat (limited to 'asn1c')
-rw-r--r--asn1c/tests/README8
1 files changed, 4 insertions, 4 deletions
diff --git a/asn1c/tests/README b/asn1c/tests/README
index 1d7b4c90..ec9783a3 100644
--- a/asn1c/tests/README
+++ b/asn1c/tests/README
@@ -1,9 +1,9 @@
The name of the check-N.c file is used as a pointer to the file
-../../tests/N-*.asn1. This ASN.1 file is compiled using the asn1c compiler
-from the above directory. After that, everything is coompiled together
-in a temporary directory with a check-N.c used as a testing engine.
+../../tests/N-*.asn1. That ASN.1 file is compiled together with check-N.c
+in a temporary directory. The check-N.c file contains the test engine.
-For manual execution of a specific test case, use the following pattern:
+For manual execution of a specific test case:
./check-assembly.sh check-<NN>.c
+