12/12/2018 12:35, Hari Kumar Vemula: > --- /dev/null > +++ b/doc/guides/prog_guide/meson_ut_enhancements.rst > @@ -0,0 +1,158 @@ > +.. SPDX-License-Identifier: BSD-3-Clause > + Copyright(c) 2014-2018 Intel Corporation. > + > +.. _Meson_UT_Enhancements:
No need to add such anchor. The doc can be referred with :doc: syntax. > + > +Meson_UT_Enhancements > +===================== You should make a doc about how to run the tests with meson, not how you improved it. In short, please remove "enhancements" point of view. > + > +The meson build support for unit tests is now available and the more > enhancements are done to the build system > +to classify unit tests under different categories. The build > `test/test/meson.build` file has been > +modified for these enhancements. This document will further down describe > the below list.