Skip to content

Commit ef53b65

Browse files
author
Owen Jones
committed
Update description of regression test framework
1 parent 312ca1d commit ef53b65

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/architectural/compilation-and-development.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ To be documented.
2323

2424
The regression tests are contained in the `regression/` folder.
2525
They are grouped into directories for each of the tools/modules.
26-
Each of these contains a directory per test case, containing a C or C++
27-
file that triggers the bug and a `.desc` file that describes
28-
the tests, expected output and so on. There is a Perl script,
26+
Each of these contains multiple directories, each of which contains
27+
input files and one or more`.desc` files that describe what command
28+
to run, what output is expected and so on. There is a Perl script,
2929
`test.pl` that is used to invoke the tests as:
3030

3131
../test.pl -c PATH_TO_CBMC

0 commit comments

Comments
 (0)