Hi all,

Does anyone know if it is possible to successfully run the lldb unit tests
on OSX from a CMake build?

This is what I do to run the tests after an Xcode build:

ROOT_DIR=$HOME/ll/svn
LLDB_CONFIG=Debug
LLDB_BIN=$ROOT_DIR/lldb/DerivedData/lldb/Build/Products/$LLDB_CONFIG
PYTHONPATH="$LLDB_BIN/LLDB.framework/Versions/A/Resources/Python"
DOTEST_OPTS="--executable $LLDB_BIN/lldb --framework
$LLDB_BIN/LLDB.framework  -A x86_64 -C clang -s
$ROOT_DIR/lldb/DerivedData/lldb-test-results"

cd $ROOT_DIR/lldb/test
./dosep.py --options "$DOTEST_OPTS"


But the CMake build doesn't generate a --framework so I'm not sure what to
do.

Vince


-- 

Vince Harron | Technical Lead Manager | vhar...@google.com | 858-442-0868
_______________________________________________
lldb-dev mailing list
lldb-dev@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev

Reply via email to