Add a vect target to the polly testsuite

Contributed by: Sebastian Pop <sebpop@gmail.com>

llvm-svn: 136685
This commit is contained in:
Tobias Grosser 2011-08-02 07:22:05 +00:00
parent 6bc7caa334
commit bd2b2c7117
1 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,8 @@ set(POLLY_TEST_DIRECTORIES
"AffineIterator"
"CodeGen"
"OpenMP"
"polybench")
"polybench"
"vect")
set(POLLY_SOURCE_DIR "${CMAKE_CURRENT_SOURCE_DIR}/..")