[PATCH] D52840: Include Python binding tests in CMake rules

Stephen Kelly via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Oct 3 14:04:08 PDT 2018


steveire accepted this revision.
steveire added a comment.
This revision is now accepted and ready to land.

I didn't run it, but CMake-wise this looks fine. (I trust you did)

I notice some tests use

  from tests.cindex.util import foo

while others use

  from .util import foo

You might want to make that consistent in a follow-up.


Repository:
  rC Clang

https://reviews.llvm.org/D52840





More information about the cfe-commits mailing list