gtestutils: Add links to gtester and gtester-report documentation

Link some existing text to make cross-referencing a little easier.
This commit is contained in:
Philip Withnall 2015-01-16 09:22:21 +00:00
parent 056f50ce94
commit 2c5076cd58

View File

@ -94,8 +94,9 @@
* over plain g_assert() is that the assertion messages can be more * over plain g_assert() is that the assertion messages can be more
* elaborate, and include the values of the compared entities. * elaborate, and include the values of the compared entities.
* *
* GLib ships with two utilities called gtester and gtester-report to * GLib ships with two utilities called [gtester][gtester] and
* facilitate running tests and producing nicely formatted test reports. * [gtester-report][gtester-report] to facilitate running tests and producing
* nicely formatted test reports.
*/ */
/** /**