1 1.8 cgd $NetBSD: README,v 1.8 1995/03/21 09:05:18 cgd Exp $ 2 1.8 cgd 3 1.2 cgd The files in this directory with suffixes `.t', `.d', `.r' and `.err' are 4 1.2 cgd used for testing ed. To run the tests, set the ED variable in the Makefile 5 1.2 cgd for the path name of the program to be tested (e.g., /bin/ed), and type 6 1.4 alm `make'. The tests do not exhaustively verify POSIX compliance nor do 7 1.4 alm they verify correct 8-bit or long line support. 8 1.4 alm 9 1.4 alm The test file suffixes have the following meanings: 10 1.4 alm .t Template - a list of ed commands from which an ed script is 11 1.4 alm constructed 12 1.4 alm .d Data - read by an ed script 13 1.4 alm .r Result - the expected output after processing data via an ed 14 1.4 alm script. 15 1.4 alm .err Error - invalid ed commands that should generate an error 16 1.1 cgd 17 1.2 cgd The output of the tests is written to the two files err.o and scripts.o. 18 1.2 cgd At the end of the tests, these files are grep'ed for error messages, 19 1.2 cgd which look like: 20 1.1 cgd *** The script u.ed exited abnormally *** 21 1.1 cgd or: 22 1.1 cgd *** Output u.o of script u.ed is incorrect *** 23 1.1 cgd 24 1.2 cgd The POSIX requirement that an address range not be used where at most 25 1.2 cgd a single address is expected has been relaxed in this version of ed. 26 1.2 cgd Therefore, the following scripts which test for compliance with this 27 1.2 cgd POSIX rule exit abnormally: 28 1.2 cgd =-err.ed 29 1.2 cgd a1-err.ed 30 1.2 cgd i1-err.ed 31 1.2 cgd k1-err.ed 32 1.2 cgd r1-err.ed 33