Skip to content

Commit f1e2fa9

Browse files
author
diffblue QA
committed
Update build directory expression
In subsection "Running regression tests with ctest", build directory was not wrapped by ``. To make consistent expression with the rest of the document, it was changed from build to `build/`.
1 parent e3f08db commit f1e2fa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/architectural/compilation-and-development.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ folders.
9393
If you have compiled using CMake then you can run the regression tests (and
9494
the unit tests) using CTest.
9595

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:
9797

9898
ctest -V -L CORE -R cpp
9999
ctest -V -L CORE -R cpp -E cbmc-cpp

0 commit comments

Comments
 (0)