Add a test for the -b (batch mode) option to the lldb driver.
authorJim Ingham <jingham@apple.com>
Thu, 16 Oct 2014 23:02:14 +0000 (23:02 +0000)
committerJim Ingham <jingham@apple.com>
Thu, 16 Oct 2014 23:02:14 +0000 (23:02 +0000)
commitda3a3866224f71e78b3cda01d2645bef06217287
tree6cefe396e96668301d71d41ae058df47ea803a19
parenta0524bd159fece73a18da2f5bca8b369d1a4d6ab
Add a test for the -b (batch mode) option to the lldb driver.

llvm-svn: 219979
lldb/test/driver/batch_mode/Makefile [new file with mode: 0644]
lldb/test/driver/batch_mode/TestBatchMode.py [new file with mode: 0644]
lldb/test/driver/batch_mode/main.c [new file with mode: 0644]
lldb/test/lldbtest.py