ARM-software / LLVM-embedded-toolchain-for-Arm

A project dedicated to building LLVM toolchain for 32-bit Arm embedded targets.
Apache License 2.0
377 stars 85 forks source link

Run picolibc tests from a wrapper script #401

Closed domin144 closed 4 months ago

domin144 commented 4 months ago

The wrapper script adds a variant name to the classname for tests in the junit xml results file. The new classname helps distinguish tests, when displayed in Jenkins.

Add check-picolibc_{variant} aliases for picolibc test targets for consistency with other tests.