@@ -22,7 +22,7 @@ FreeBSD 11, MacOS X and Windows.
22
22
23
23
There is also support for compiling using CMake. Instructions are
24
24
available in
25
- [ COMPILING.md] ( https://github.com/diffblue/cbmc/blob/develop/COMPILING.md#working-with-cmake-experimental )
25
+ [ COMPILING.md] ( https://github.com/diffblue/cbmc/blob/develop/COMPILING.md#working-with-cmake )
26
26
in the root of the CBMC repository.
27
27
28
28
@@ -93,7 +93,7 @@ folders.
93
93
If you have compiled using CMake then you can run the regression tests (and
94
94
the unit tests) using CTest.
95
95
96
- Here are two example commands, to be run from the build directory:
96
+ Here are two example commands, to be run from the ` build/ ` directory:
97
97
98
98
ctest -V -L CORE -R cpp
99
99
ctest -V -L CORE -R cpp -E cbmc-cpp
@@ -112,7 +112,7 @@ list which tests it will run without actually running them.
112
112
\subsubsection compilation-and-development-subsubsection-running-regression-tests-directly-with-test-pl Running regression tests directly with ` test.pl `
113
113
114
114
It can be useful to run a single test folder in isolation. This can be done by
115
- running ` test.pl ` directly. The way that ` test.pl ` is run varies between the
115
+ running ` regression/ test.pl` directly. The way that ` test.pl ` is run varies between the
116
116
different modules, and can be ascertained by looking at the ` test ` target in
117
117
the makefile. The simple case is when there isn't a file called ` chain.sh ` .
118
118
Then you can directly run ` test.pl ` on a single test folder with the
@@ -151,7 +151,7 @@ the end of the run to see how many tests passed, how many failed which were
151
151
expected to and how many tests failed which were not expected to.
152
152
153
153
For more information on the structure of ` unit/ ` and how to tag tests, see
154
- [ the section on unit tests in ` Compiling .md` in the root of the CBMC
154
+ [ the section on unit tests in ` CODING_STANDARD .md` in the root of the CBMC
155
155
repository] ( https://github.com/diffblue/cbmc/blob/develop/CODING_STANDARD.md#unit-tests )
156
156
157
157
0 commit comments