> -----Original Message----- > From: Vemula, Hari KumarX > Sent: Thursday, January 24, 2019 1:42 PM > To: dev@dpdk.org > Cc: Mcnamara, John <john.mcnam...@intel.com>; Pattan, Reshma > <reshma.pat...@intel.com>; Richardson, Bruce <bruce.richard...@intel.com>; > Kovacevic, Marko <marko.kovace...@intel.com>; Parthasarathy, JananeeX M > <jananeex.m.parthasara...@intel.com>; Vemula, Hari KumarX > <hari.kumarx.vem...@intel.com> > Subject: [PATCH v3] doc: add meson ut info in prog guide > > Add a programmer's guide section for meson ut > > Signed-off-by: Hari Kumar Vemula <hari.kumarx.vem...@intel.com> > --- > v3: Modified > v2: Removed enhancement details > ---
Some typos and suggested reworking below. /Bruce <snip> > + > + > +Test suites > +~~~~~~~~~~~ > + > +Test groups are considered as `--suite` in `meson.build` and can be "Tests are grouped into test suites in meson.build and these suite names can be" > +provided as argument to `test()` as `--suite ‘project_name:label’`. "test()" => "meson test" > + > + Ex: ``$ mesin test --suite ‘DPDK:fast-tests’`` mesin => meson <snip>