[Lldb-commits] [PATCH] Support for running test suite using makefiles on Linux

Peter Collingbourne peter at pcc.me.uk
Sat Jun 18 17:32:02 PDT 2011


Hi,

These patches allow for running the test suite using the makefiles
on Linux (and presumably on Darwin, but I haven't tested that)
either using "make test" in the lldb directory or "make" in the
lldb/test directory.  I'm seeking review because they touch some
platform-independent components of the test suite.

OK to commit?

Thanks,
-- 
Peter
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Add-Linux-rules-to-test-makefile.patch
Type: text/x-diff
Size: 4258 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20110619/0590497b/attachment.patch>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-Add-a-builder-module-for-Linux-plus-some-refactoring.patch
Type: text/x-diff
Size: 6471 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20110619/0590497b/attachment-0001.patch>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0003-Have-dotest.py-search-for-test-cases-in-its-own-dire.patch
Type: text/x-diff
Size: 846 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20110619/0590497b/attachment-0002.patch>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0004-Create-a-_lldb.so-symlink-in-the-bin-directory.patch
Type: text/x-diff
Size: 3202 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20110619/0590497b/attachment-0003.patch>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0005-Modify-TestHelp-to-search-for-LLDB-Info.plist-in-the.patch
Type: text/x-diff
Size: 1631 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20110619/0590497b/attachment-0004.patch>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0006-Add-a-default-rule-to-test-Makefile-which-runs-the-t.patch
Type: text/x-diff
Size: 1669 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20110619/0590497b/attachment-0005.patch>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0007-Enable-the-make-test-rule-in-the-root-Makefile.patch
Type: text/x-diff
Size: 560 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20110619/0590497b/attachment-0006.patch>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0008-Add-dependency-tracking-clean-rule-to-interpreter-ma.patch
Type: text/x-diff
Size: 2787 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20110619/0590497b/attachment-0007.patch>


More information about the lldb-commits mailing list