<div dir="ltr">Totally understood and agreed.  But someone asked me to fix an issue in the CMake build files and I want to make sure that the binaries actually work =)<div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Jan 14, 2015 at 11:41 AM, Greg Clayton <span dir="ltr"><<a href="mailto:gclayton@apple.com" target="_blank">gclayton@apple.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">The correct way to test is to use the Xcode build.<br>
<br>
The Xcode build can be done from the command line:<br>
<br>
% cd lldb<br>
% xcodebuild -configuration Release -target lldb-tool<br>
% cd test<br>
% ./dotest.py<br>
<div><div class="h5"><br>
<br>
> On Jan 14, 2015, at 11:09 AM, Vince Harron <<a href="mailto:vharron@google.com">vharron@google.com</a>> wrote:<br>
><br>
> 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<br>
><br>
><br>
> --<br>
><br>
> Vince Harron |         Technical Lead Manager |        <a href="mailto:vharron@google.com">vharron@google.com</a> |    <a href="tel:858-442-0868" value="+18584420868">858-442-0868</a><br>
><br>
</div></div>> _______________________________________________<br>
> lldb-dev mailing list<br>
> <a href="mailto:lldb-dev@cs.uiuc.edu">lldb-dev@cs.uiuc.edu</a><br>
> <a href="http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev</a><br>
<br>
</blockquote></div><br><br clear="all"><div><br></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>