[libcxx-commits] [PATCH] D59110: Restructure existing test suite to follow libc++ standard layout
Thomas Rodgers via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Mar 12 10:01:17 PDT 2019
rodgert added a comment.
In D59110#1426159 <https://reviews.llvm.org/D59110#1426159>, @ldionne wrote:
> To be clear about what I'd like: please do not add `CMakeLists.txt`s all over the tree, instead keep relying on `GLOB_RECURSE` like my current `test/CMakeLists.txt` does.
Sure, I can make that change. The CMakeLists.txt's were generated by a migration script I wrote to restructure the original test suite. I expected to nuke all of that anyway once lit was tackled.
Repository:
rPSTL pstl
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D59110/new/
https://reviews.llvm.org/D59110
More information about the libcxx-commits
mailing list