summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/sample_test/Makefile
diff options
context:
space:
mode:
authorJim Ingham <jingham@apple.com>2017-03-01 20:25:48 +0000
committerJim Ingham <jingham@apple.com>2017-03-01 20:25:48 +0000
commit96b2530f52caa732af43b26e6d467dd15df9ffdf (patch)
treef062a8f7f0d07648cd1843d39bbb99b656b6795f /lldb/packages/Python/lldbsuite/test/sample_test/Makefile
parent0a4703b5ece8df0ed794d351a919aec490b539bb (diff)
downloadbcm5719-llvm-96b2530f52caa732af43b26e6d467dd15df9ffdf.tar.gz
bcm5719-llvm-96b2530f52caa732af43b26e6d467dd15df9ffdf.zip
Add a sample_test directory with simple starter
test cases for standard and "inline" tests. llvm-svn: 296669
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/sample_test/Makefile')
-rw-r--r--lldb/packages/Python/lldbsuite/test/sample_test/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/sample_test/Makefile b/lldb/packages/Python/lldbsuite/test/sample_test/Makefile
new file mode 100644
index 00000000000..0e5a537bbec
--- /dev/null
+++ b/lldb/packages/Python/lldbsuite/test/sample_test/Makefile
@@ -0,0 +1,6 @@
+LEVEL = ../make
+
+C_SOURCES := main.c
+CFLAGS_EXTRAS += -std=c99
+
+include $(LEVEL)/Makefile.rules
OpenPOWER on IntegriCloud