Skip to content

Commit bcd3966

Browse files
committed
Fix linter
1 parent 6426309 commit bcd3966

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

05_testing_and_ci/boost_testing_sidemade_demo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Repository: [testing boost exercise – demo-start branch](https://github.com/Si
5050
target_link_libraries(testsidemade PRIVATE Boost::unit_test_framework)
5151
add_test(NAME "MatrixSolverTests" COMMAND ${CMAKE_CURRENT_BINARY_DIR}/testsidemade)
5252
```
53-
53+
5454
- `add_test` can work with anything that returns an exit code. Does not have to be a fancy testing framework.
5555
5656
- Reconfigure CMake, build, run via ...

0 commit comments

Comments
 (0)