aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
+