Skip to content

Files

Latest commit

62a1e37 · Jan 13, 2020

History

History
This branch is 1170 commits behind romkatv/zsh:master.

Test

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
May 5, 2003
Aug 23, 2014
Dec 22, 2019
Dec 11, 2019
Aug 3, 2017
Jun 24, 2019
Dec 30, 2018
May 11, 2018
Jan 2, 2015
Jan 9, 2020
May 14, 2019
May 13, 2018
Aug 28, 2011
Aug 6, 2008
Nov 13, 2014
Sep 11, 2017
Jan 11, 2014
Nov 15, 2016
Jul 1, 2019
Dec 11, 2019
Dec 11, 2019
Jan 1, 2020
Aug 3, 2019
Dec 29, 2008
Feb 3, 2019
Jan 13, 2020
Dec 11, 2019
Jan 9, 2020
Jun 18, 2007
Dec 11, 2019
Feb 1, 2017
Dec 11, 2019
Jul 13, 2017
Dec 11, 2019
Sep 13, 2016
Jul 16, 2019
Aug 5, 2002
Jun 18, 2018
Nov 22, 2015
Aug 13, 2018
Nov 22, 2015
Dec 1, 2019
Feb 26, 2017
Sep 24, 2018
Jan 14, 2015
Dec 29, 2018
Dec 11, 2019
Mar 21, 2017
Mar 13, 2019
Nov 19, 2019
Sep 10, 2018
Dec 18, 2017
Apr 4, 2018
Jan 7, 2020
Dec 31, 2019
Nov 22, 2015
Apr 5, 2018
Dec 10, 2015
Jan 13, 2020
Dec 25, 2007
Jan 1, 2020
There are now different sections, expressed by the first letter in the
scripts names:

 A: basic command parsing and execution
 B: builtins
 C: shell commands with special syntax
 D: substititution
 E: options
 V: modules
 W: builtin interactive commands and constructs
 X: line editing
 Y: completion
 Z: separate systems and user contributions

You will need to run these by using `make test' in the Test subdirectory of
the build area for your system (which may or may not be the same as the
Test subdirectory of the source tree), or the directory above.  You can get
more information about the tests being performed with
  ZTST_verbose=1 make check
(`test' is equivalent to `check') or change 1 to 2 for even more detail.

Individual or groups of tests can be performed with
  make TESTNUM=C02 check
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.