Fix the lldbinline tests so they make well-formed Makefiles.
authorSean Callanan <scallanan@apple.com>
Tue, 26 Jan 2016 01:15:57 +0000 (01:15 +0000)
committerSean Callanan <scallanan@apple.com>
Tue, 26 Jan 2016 01:15:57 +0000 (01:15 +0000)
commitbca81c5a18e442767b4e08c2e73daadeaaa3e24d
treee69a2aedb37d05bc91eaaa4a42ac45375d90147e
parent145abde152ec206aa6857cfed2b6dd785c395cc8
Fix the lldbinline tests so they make well-formed Makefiles.

lldbinline tests previously did not run correctly unless there was already a
Makefile for them.  This was because the syntax of the emitted Makefile made the
default make rule be the "cleanup" rule, which is pretty unhelpful.  Now the
default rule is the one included from Makefile.rules, which is much better.

llvm-svn: 258763
lldb/packages/Python/lldbsuite/test/lldbinline.py