Re: [PATCH 7/8] validation/ts-performance-0: Add test suite

2020-11-17 Thread Chris Johns
On 17/11/20 6:02 pm, Sebastian Huber wrote: > On 17/11/2020 00:15, Chris Johns wrote: > > new file mode 100644 > index 00..0f7db65a8e > --- /dev/null > +++ b/testsuites/validation/ts-default.h > @@ -0,0 +1,237 @@ > +/* SPDX-License-Identifier: BSD-2-Clause */ >

Re: [PATCH 7/8] validation/ts-performance-0: Add test suite

2020-11-16 Thread Sebastian Huber
On 17/11/2020 00:15, Chris Johns wrote: new file mode 100644 index 00..0f7db65a8e --- /dev/null +++ b/testsuites/validation/ts-default.h @@ -0,0 +1,237 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + +/** + * @file + * + * @brief This header file provides the default validation test su

Re: [PATCH 7/8] validation/ts-performance-0: Add test suite

2020-11-16 Thread Chris Johns
On 16/11/20 5:48 pm, Sebastian Huber wrote: > > On 16/11/2020 00:53, Chris Johns wrote: >> On 13/11/20 9:07 pm, Sebastian Huber wrote: >>> Share a default test suite with ts-validation-0. >>> --- >>>   spec/build/testsuites/validation/grp.yml  |   2 + >>>   .../testsuites/validation/performa

Re: [PATCH 7/8] validation/ts-performance-0: Add test suite

2020-11-15 Thread Sebastian Huber
On 16/11/2020 00:53, Chris Johns wrote: On 13/11/20 9:07 pm, Sebastian Huber wrote: Share a default test suite with ts-validation-0. --- spec/build/testsuites/validation/grp.yml | 2 + .../testsuites/validation/performance-0.yml | 19 ++ testsuites/validation/ts-default.h

Re: [PATCH 7/8] validation/ts-performance-0: Add test suite

2020-11-15 Thread Chris Johns
On 13/11/20 9:07 pm, Sebastian Huber wrote: > Share a default test suite with ts-validation-0. > --- > spec/build/testsuites/validation/grp.yml | 2 + > .../testsuites/validation/performance-0.yml | 19 ++ > testsuites/validation/ts-default.h| 237 ++ > tes

[PATCH 7/8] validation/ts-performance-0: Add test suite

2020-11-13 Thread Sebastian Huber
Share a default test suite with ts-validation-0. --- spec/build/testsuites/validation/grp.yml | 2 + .../testsuites/validation/performance-0.yml | 19 ++ testsuites/validation/ts-default.h| 237 ++ testsuites/validation/ts-performance-0.c | 74 ++ te