Add check-polly-tests build target.
commit0cadaab70ea390cf75e290b026ab4a5b0859a0e8
authorMichael Kruse <llvm@meinersbur.de>
Mon, 5 Sep 2016 10:54:16 +0000 (5 10:54 +0000)
committerMichael Kruse <llvm@meinersbur.de>
Mon, 5 Sep 2016 10:54:16 +0000 (5 10:54 +0000)
tree85615ca3821c95d43b990fe05e136c67e9f14cab
parent50bf67f5e3f3763c9b0f076ecc0bdb9b17507ce8
Add check-polly-tests build target.

The check-polly-tests target runs regression/unit tests but without checking
formatting. 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).

Differential Revision: https://reviews.llvm.org/D24191

git-svn-id: https://llvm.org/svn/llvm-project/polly/trunk@280654 91177308-0d34-0410-b5e6-96231b3b80d8
test/CMakeLists.txt