summaryrefslogtreecommitdiffstats
path: root/lldb/test
diff options
context:
space:
mode:
authorChris Bieneman <beanz@apple.com>2016-10-21 22:13:55 +0000
committerChris Bieneman <beanz@apple.com>2016-10-21 22:13:55 +0000
commit7ba5581b84824ea9d458b3efb1b0e406a3cf2776 (patch)
tree62e972e373bf5b35f376b2603711bbc08a35fed6 /lldb/test
parent7b15e2946fabc5b873ed4b610b21e235f573eba8 (diff)
downloadbcm5719-llvm-7ba5581b84824ea9d458b3efb1b0e406a3cf2776.tar.gz
bcm5719-llvm-7ba5581b84824ea9d458b3efb1b0e406a3cf2776.zip
[Test Suite] Allow overriding codesign identity
Summary: Not everyone names their code sign identity "lldb_codesign", so it is nice to allow this to be overridden. Reviewers: zturner, tfiala Subscribers: labath, mgorny, lldb-commits Differential Revision: https://reviews.llvm.org/D25714 llvm-svn: 284893
Diffstat (limited to 'lldb/test')
-rw-r--r--lldb/test/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/lldb/test/CMakeLists.txt b/lldb/test/CMakeLists.txt
index b050175aea5..2f679cded8a 100644
--- a/lldb/test/CMakeLists.txt
+++ b/lldb/test/CMakeLists.txt
@@ -85,6 +85,10 @@ if ( CMAKE_SYSTEM_NAME MATCHES "Windows" )
endif()
endif()
+if(LLDB_CODESIGN_IDENTITY)
+ list(APPEND LLDB_TEST_COMMON_ARGS --codesign-identity "${LLDB_CODESIGN_IDENTITY}")
+endif()
+
add_python_test_target(check-lldb-single
${LLDB_SOURCE_DIR}/test/dotest.py
"--no-multiprocess;${LLDB_TEST_COMMON_ARGS};${LLDB_TEST_USER_ARGS}"
OpenPOWER on IntegriCloud