[PATCH] D53565: Configure only needed part of test-suite during running subtests

Elena Lepilkina via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 15 03:05:09 PST 2018


eklepilkina added a comment.

In https://reviews.llvm.org/D53565#1298612, @homerdin wrote:

> I tried out `-DTEST_SUITE_SUBDIRS=SingleSource/Benchmarks/Misc`.  It gets the desired smaller build tree, but ends up missing `lit.local.cfg` in `SingleSouce` so the tests fail.


I didn't change string with coping lit.local.cfg.

I checked again.
My steps are below.

  mkdir TBuild
  cd TBuild/
  cmake -DENABLE_PART_CONF=1 -DBENCH_DIRS=SingleSource/Benchmarks/Misc ../test-suite
  make
  lit.py -v .

And I have 27 tests passed.

Could you provide exact instruction for me to reproduce your problem?


Repository:
  rT test-suite

https://reviews.llvm.org/D53565





More information about the llvm-commits mailing list