Skip to content

Commit f1c6f7c

Browse files
committed
Rephrase section title
1 parent 03424e6 commit f1c6f7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manual.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ The Extensions directory has a few of these.
448448
* TestPlugins can be used for, for example, system stability and resource handling like files, memory or network connection clean-up.
449449
* In CppUTest, the memory leak detection is done via a default enabled TestPlugin
450450

451-
### How can tests run when they are linked in a library
451+
### How to run tests when they are linked in a library
452452

453453
In larger projects, it is often useful if you can link the tests in "libraries of tests" and then link them to the library of a component or link them all together to be able to run all the unit tests. Putting the tests in a library however causes an interesting problem because the lack of reference to the tests (due to the auto-registration of tests) causes the linker to discard the tests and it won't run any of them. There are two different work-arounds for this:
454454

0 commit comments

Comments
 (0)