blob: 50fdbd04f89aafb7d69800f6fb0a151195c98254 (
plain) (
blame)
1
2
3
4
|
cmdtest black box tests Unix command line tools. Roughly, it is given a command
line and input files, and the expected output, and it verifies that the command
line produces the expected output. If not, it reports a problem, and shows the
differences.
|