Add link to event listener example to documentation

This commit is contained in:
Martin Moene 2017-10-17 19:19:20 +02:00 committed by Martin Hořeňovský
parent dfb7217613
commit 29cdd6c526
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ file that defines `CATCH_CONFIG_EXTERNAL_INTERFACES`.
Then register it using `CATCH_REGISTER_LISTENER`.
For example:
For example ([complete source code](../examples/210-Evt-EventListeners.cpp)):
```c++
#define CATCH_CONFIG_MAIN