about summary refs log tree commit diff
path: root/Test/README
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2002-08-05 13:10:02 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2002-08-05 13:10:02 +0000
commit049dce8f63069301b512a70708e44d2d871ba452 (patch)
tree377217ac46830712536899ec56a0475c494b6d9a /Test/README
parent5faa97cb41103384bd6e26bfb2efa720e576f9e2 (diff)
downloadzsh-049dce8f63069301b512a70708e44d2d871ba452.tar.gz
zsh-049dce8f63069301b512a70708e44d2d871ba452.tar.xz
zsh-049dce8f63069301b512a70708e44d2d871ba452.zip
17502: Test changes for xtrace in 17492.
`F:' code indicates text to display in event of error.
Diffstat (limited to 'Test/README')
-rw-r--r--Test/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/Test/README b/Test/README
index de3324fd9..d012277ce 100644
--- a/Test/README
+++ b/Test/README
@@ -25,3 +25,6 @@ or
   make TESTNUM=C check
 to perform just the test beginning C02, or all tests beginning C,
 respectively.
+
+Instructions on how to write tests are given in B01cd.ztst, which acts as a
+model.