We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b12064 commit 71d06c7Copy full SHA for 71d06c7
doc/architectural/compilation-and-development.md
@@ -23,9 +23,9 @@ To be documented.
23
24
The regression tests are contained in the `regression/` folder.
25
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,
+Each of these contains multiple directories, each of which contains
+input files and one or more`.desc` files that describe what command
+to run, what output is expected and so on. There is a Perl script,
29
`test.pl` that is used to invoke the tests as:
30
31
../test.pl -c PATH_TO_CBMC
0 commit comments