Thanks Sean!  From this I was able to figure out that I could test 
the cmake+ninja build with:
    ./dotest.py -v --executable <builddir>/bin/lldb
Which I think tested things correctly, did it?  At least the failure
counts were close when compared to the XCode built lldb results.

Thanks!
-Dawn

On Wed, Oct 01, 2014 at 06:04:25PM -0700, Sean Callanan wrote:
> Dawn,
> 
> ninja check-lldb isn???t the way we typically run the test suite on Mac OS.
> The way we do it is by running
> 
> ./dotest.py -v
> 
> in the test/ subdirectory.  The IDE ???Run Tests??? action does (as you 
> surmised) nothing in our project.
> 
> Sean
_______________________________________________
lldb-dev mailing list
lldb-dev@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev

Reply via email to