This is an archive of the discontinued LLVM Phabricator instance.

[libc] Introduce a target named libc-unit-tests to run just the unit tests.
ClosedPublic

Authored by sivachandra on Feb 23 2023, 11:33 AM.

Details

Summary

The target "check-libc" now runs all enabled tests which, depending on
the build mode, includes the unit tests, the integration tests and the api
test.

Diff Detail

Event Timeline

sivachandra created this revision.Feb 23 2023, 11:33 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptFeb 23 2023, 11:33 AM
sivachandra requested review of this revision.Feb 23 2023, 11:33 AM
jhuber6 accepted this revision.Feb 23 2023, 11:45 AM

Pretty straightforward. Does this get included in ninja check-all or similar right now?

This revision is now accepted and ready to land.Feb 23 2023, 11:45 AM