Re: [PATCH 1/3] unit: Add a unit test suite

2022-04-03 Thread Chris Johns
On 1/4/2022 5:23 pm, Sebastian Huber wrote: > On 01/04/2022 01:46, Chris Johns wrote: >> On 30/3/2022 6:13 pm, Sebastian Huber wrote: >>> + >>> +#include "../validation/ts-default.h" >>> + >> What is the relationship between this "unit testsuite" and the validation >> tests? > > Each validation t

Re: [PATCH 1/3] unit: Add a unit test suite

2022-03-31 Thread Sebastian Huber
On 01/04/2022 01:46, Chris Johns wrote: On 30/3/2022 6:13 pm, Sebastian Huber wrote: + +#include "../validation/ts-default.h" + What is the relationship between this "unit testsuite" and the validation tests? Each validation test suite is linked to one or more requirements. The unit tests ar

Re: [PATCH 1/3] unit: Add a unit test suite

2022-03-31 Thread Chris Johns
On 30/3/2022 6:13 pm, Sebastian Huber wrote: > + > +#include "../validation/ts-default.h" > + What is the relationship between this "unit testsuite" and the validation tests? Chris ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/li

[PATCH 1/3] unit: Add a unit test suite

2022-03-30 Thread Sebastian Huber
--- spec/build/testsuites/grp.yml | 4 + spec/build/testsuites/optunit.yml | 15 spec/build/testsuites/unit/grp.yml| 20 + .../build/testsuites/unit/unit-no-clock-0.yml | 20 + testsuites/unit/ts-unit-no-clock-0.c | 81