[cmake] Add polly-isl-test dependency to lit tests.
authorMichael Kruse <llvm@meinersbur.de>
Sun, 16 Oct 2016 18:22:02 +0000 (18:22 +0000)
committerMichael Kruse <llvm@meinersbur.de>
Sun, 16 Oct 2016 18:22:02 +0000 (18:22 +0000)
commit8dee3427f74ecae16b710ecf7d6137b51107b50e
tree49893b7f37015f83d848695d5d5fa545e4b33c3c
parentf0c06900ed2ab342c74f7e2c5838d3f716608ba4
[cmake] Add polly-isl-test dependency to lit tests.

lit recursively iterates through the test subdirectories and finds the ISL
unittest. For this test to work, the polly-isl-test executable needs to be
compiled.

Add the polly-isl-test dependency to POLLY_TEST_DEPS. This makes check-polly and
check-polly-tests work from a fresh build directory.

llvm-svn: 284339
polly/test/CMakeLists.txt