[PATCH] D23833: [Polly] Introduce unittests.

Michael Kruse via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 24 05:44:11 PDT 2016


Meinersbur created this revision.
Meinersbur added reviewers: grosser, jdoerfert, etherzhhb.
Meinersbur added subscribers: pollydev, llvm-commits.
Meinersbur added a project: Polly.

Add the infrastructure for unittests to Polly and two simple tests for conversion between isl_val and APInt.

Clang's unittest mechanism served as as a blueprint which then was adapted to Polly.

In addition, a build target check-polly-unittests is added to run only the unittests but not the regression tests.

https://reviews.llvm.org/D23833

Files:
  CMakeLists.txt
  test/CMakeLists.txt
  test/Unit/lit.cfg
  test/Unit/lit.site.cfg.in
  unittests/CMakeLists.txt
  unittests/Isl/CMakeLists.txt
  unittests/Isl/IslTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D23833.69100.patch
Type: text/x-patch
Size: 13130 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160824/0f7c76ab/attachment.bin>


More information about the llvm-commits mailing list