<div dir="ltr"><div>Hi all,<br><br>Does anyone know if it is possible to successfully run the lldb unit tests on OSX from a CMake build?<br><br>This is what I do to run the tests after an Xcode build:<br><br>ROOT_DIR=$HOME/ll/svn<br>LLDB_CONFIG=Debug<br>LLDB_BIN=$ROOT_DIR/lldb/DerivedData/lldb/Build/Products/$LLDB_CONFIG<br>PYTHONPATH="$LLDB_BIN/LLDB.framework/Versions/A/Resources/Python"<br>DOTEST_OPTS="--executable $LLDB_BIN/lldb --framework $LLDB_BIN/LLDB.framework  -A x86_64 -C clang -s $ROOT_DIR/lldb/DerivedData/lldb-test-results"<br><br>cd $ROOT_DIR/lldb/test<br>./dosep.py --options "$DOTEST_OPTS"<br><br><br>But the CMake build doesn't generate a --framework so I'm not sure what to do.<br><br>Vince</div><div><br></div><div><br></div><div>-- <br><div class="gmail_signature"><div dir="ltr"><br><table cellspacing="0" cellpadding="0" style="font-family:'Times New Roman'"><tbody><tr style="color:rgb(85,85,85);font-family:sans-serif;font-size:small"><td nowrap style="border-top-style:solid;border-top-color:rgb(213,15,37);border-top-width:2px">Vince Harron |</td><td nowrap style="border-top-style:solid;border-top-color:rgb(51,105,232);border-top-width:2px"> Technical Lead Manager |</td><td nowrap style="border-top-style:solid;border-top-color:rgb(0,153,57);border-top-width:2px"> <a href="mailto:vharron@google.com" target="_blank">vharron@google.com</a> |</td><td nowrap style="border-top-style:solid;border-top-color:rgb(238,178,17);border-top-width:2px"> 858-442-0868</td></tr></tbody></table><br></div></div>
</div></div>