Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tests: update clar test runner #6459

Merged
merged 3 commits into from Jan 25, 2023
Merged

tests: update clar test runner #6459

merged 3 commits into from Jan 25, 2023

Commits on Jan 25, 2023

  1. tests: update clar test runner

    Update to the latest main version of clar, which includes improved xml
    summary output.
    ethomson committed Jan 25, 2023
    Copy the full SHA
    6bf0459 View commit details
    Browse the repository at this point in the history
  2. tests: fix clar declarations

    ethomson committed Jan 25, 2023
    Copy the full SHA
    4e15c9c View commit details
    Browse the repository at this point in the history
  3. clar: cross-platform elapsed time counter

    Abstract time counter for tests; use gettimeofday on Unix and
    GetTickCount on Windows.
    ethomson committed Jan 25, 2023
    Copy the full SHA
    ed26a90 View commit details
    Browse the repository at this point in the history