This is an archive of the discontinued LLVM Phabricator instance.

[Polly] Add check-polly-tests build target.
ClosedPublic

Authored by Meinersbur on Sep 2 2016, 7:26 AM.

Details

Summary

The check-polly-tests target runs regression/unit tests but without checking format. This is useful to not having to reload a file in an open editor (which eg. clears the undo buffer, moves cursor/window position) when running polly-update-format.

After this change, the following test targets exist:

  • check-polly-unittests to run unittests only
  • check-polly-tests to run unit and regression tests
  • polly-check-format to check formatting using clang-format
  • check-polly to run them all

As a side-effect, when running check-polly, polly-check-format and run in parallel (instead of polly-check-format first).

Diff Detail

Repository
rL LLVM

Event Timeline

Meinersbur updated this revision to Diff 70160.Sep 2 2016, 7:26 AM
Meinersbur retitled this revision from to [Polly] Add check-polly-tests build target..
Meinersbur updated this object.
Meinersbur added a project: Restricted Project.
Meinersbur added subscribers: pollydev, llvm-commits.
grosser accepted this revision.Sep 2 2016, 7:53 AM
grosser edited edge metadata.
This revision is now accepted and ready to land.Sep 2 2016, 7:53 AM
This revision was automatically updated to reflect the committed changes.