> -----Original Message----- > From: Vemula, Hari KumarX > Sent: Thursday, January 24, 2019 1:42 PM > To: [email protected] > Cc: Mcnamara, John <[email protected]>; Pattan, Reshma > <[email protected]>; Richardson, Bruce <[email protected]>; > Kovacevic, Marko <[email protected]>; Parthasarathy, JananeeX M > <[email protected]>; Vemula, Hari KumarX > <[email protected]> > 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 <[email protected]> > --- > 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>

