[Lldb-commits] [PATCH] D46334: [CMake] Unify and relayer testing

Stella Stamenova via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed May 2 11:46:58 PDT 2018


stella.stamenova added a comment.

The tests passed, but check-single was not created correctly. I added a comment above.



================
Comment at: test/CMakeLists.txt:101
   ${LLDB_SOURCE_DIR}/test/dotest.py
   "--no-multiprocess;${LLDB_DOTEST_ARGS}"
   "Testing LLDB with args: ${LLDB_DOTEST_ARGS}"
----------------
LLDB_DOTEST_ARGS are passed here, but they were not in the generated project file when I tested this change. I suspect this has to do with setting the PARENT_SCOPE a couple of lines before. Why do we need that?


https://reviews.llvm.org/D46334





More information about the lldb-commits mailing list