This is an archive of the discontinued LLVM Phabricator instance.

Add a high level target for libc unit tests called 'libc_unittests'.
AbandonedPublic

Authored by sivachandra on Oct 11 2019, 10:48 PM.

Details

Reviewers
jakehehrlich
Summary

All other unittest suites will be dependencies of this target. This
gives us a clean way to run all the unit tests, and just the unit tests,
in a single step on a buildbot builder. When we add other kind of tests,
we can add a highlevel target for them as well.

Event Timeline

sivachandra created this revision.Oct 11 2019, 10:48 PM
Herald added a project: Restricted Project. · View Herald TranscriptOct 11 2019, 10:48 PM
sivachandra abandoned this revision.Jan 6 2020, 11:01 AM

Abandoning this change as we now have a target called check-libc.