summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/functionalities/tty/Makefile
diff options
context:
space:
mode:
authorJim Ingham <jingham@apple.com>2016-10-11 00:35:41 +0000
committerJim Ingham <jingham@apple.com>2016-10-11 00:35:41 +0000
commitbc3236ba203b9ec52c03183218e6352cf5499509 (patch)
treec69b35316db02a2fc2da34d6ad97fa4185b381f6 /lldb/packages/Python/lldbsuite/test/functionalities/tty/Makefile
parent8f96e82cb8ccfee75e56328159a84c0c7002f83f (diff)
downloadbcm5719-llvm-bc3236ba203b9ec52c03183218e6352cf5499509.tar.gz
bcm5719-llvm-bc3236ba203b9ec52c03183218e6352cf5499509.zip
This test was failing because /bin/ls is no longer debuggable on OS X.
Add an executable that we can debug. llvm-svn: 283835
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/functionalities/tty/Makefile')
-rw-r--r--lldb/packages/Python/lldbsuite/test/functionalities/tty/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/tty/Makefile b/lldb/packages/Python/lldbsuite/test/functionalities/tty/Makefile
new file mode 100644
index 00000000000..0d70f259501
--- /dev/null
+++ b/lldb/packages/Python/lldbsuite/test/functionalities/tty/Makefile
@@ -0,0 +1,5 @@
+LEVEL = ../../make
+
+C_SOURCES := main.c
+
+include $(LEVEL)/Makefile.rules
OpenPOWER on IntegriCloud