On Thu, Jul 18, 2024 at 9:11 PM Stephen Hemminger
<step...@networkplumber.org> wrote:
>
> Several of the unit tests were not listed in any test suite
> and therefore were rarely run. When running build this was reported as
> errors:
>  WARNING: Test "alarm_autotest" is not defined in any test suite
>  WARNING: Test "cksum_perf_autotest" is not defined in any test suite
>
> Put the alarm, cksum, and timer tests into the appropriate test suite.
> More tests should be updated (later).
>
> Stephen Hemminger (4):
>   test: update alarm test
>   test: run cksum tests as part of perf test suite
>   test: make red test part of fast suite
>   test: run timer secondary tests as part of fast suite
>
>  app/test/test_alarm.c           | 53 +++++++++++++--------------------
>  app/test/test_cksum_perf.c      |  3 +-
>  app/test/test_red.c             |  2 +-
>  app/test/test_timer_secondary.c |  2 +-
>  4 files changed, 23 insertions(+), 37 deletions(-)

I merged the alarm test cleanups, which means patch 1 is superseded.

The red and the timer secondary tests can't be put in fast-tests.

I merged the cksum patch only and updated patchwork accordingly.

Thanks.

-- 
David Marchand

Reply via email to