diff options
author | Sean Callanan <scallanan@apple.com> | 2016-05-09 21:14:18 +0000 |
---|---|---|
committer | Sean Callanan <scallanan@apple.com> | 2016-05-09 21:14:18 +0000 |
commit | e402e564929a37ca3c5b3d42a723bf6f3db982bb (patch) | |
tree | 43926327cf48859380df0f6ecb9e0f238bba6efc /lldb/packages/Python/lldbsuite/test/expression_command/multiline/Makefile | |
parent | f52c40c57faf034e429a1d4f66b33fb93b0ac5bd (diff) | |
download | bcm5719-llvm-e402e564929a37ca3c5b3d42a723bf6f3db982bb.tar.gz bcm5719-llvm-e402e564929a37ca3c5b3d42a723bf6f3db982bb.zip |
Added a testcase that verifies that multiline expressions work.
llvm-svn: 268971
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/expression_command/multiline/Makefile')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/expression_command/multiline/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/expression_command/multiline/Makefile b/lldb/packages/Python/lldbsuite/test/expression_command/multiline/Makefile new file mode 100644 index 00000000000..0d70f259501 --- /dev/null +++ b/lldb/packages/Python/lldbsuite/test/expression_command/multiline/Makefile @@ -0,0 +1,5 @@ +LEVEL = ../../make + +C_SOURCES := main.c + +include $(LEVEL)/Makefile.rules |