summaryrefslogtreecommitdiffstats
path: root/lldb/test/expression_command/call-function
diff options
context:
space:
mode:
authorTodd Fiala <todd.fiala@gmail.com>2014-09-08 16:44:17 +0000
committerTodd Fiala <todd.fiala@gmail.com>2014-09-08 16:44:17 +0000
commit3d3e2c72ec17876fb1b77cf61cad2e552958c09e (patch)
treec9874e82b58f06c92dc84ab9c7b65fe81780109c /lldb/test/expression_command/call-function
parent17d3a2c3f8cabcfdad778ecb20fab52592103615 (diff)
downloadbcm5719-llvm-3d3e2c72ec17876fb1b77cf61cad2e552958c09e.tar.gz
bcm5719-llvm-3d3e2c72ec17876fb1b77cf61cad2e552958c09e.zip
Modify call-function and rdar-12437442 tests to clean up all files produced during test run.
llvm-svn: 217387
Diffstat (limited to 'lldb/test/expression_command/call-function')
-rw-r--r--lldb/test/expression_command/call-function/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/lldb/test/expression_command/call-function/Makefile b/lldb/test/expression_command/call-function/Makefile
index 8a7102e347a..6a87edf485b 100644
--- a/lldb/test/expression_command/call-function/Makefile
+++ b/lldb/test/expression_command/call-function/Makefile
@@ -3,3 +3,6 @@ LEVEL = ../../make
CXX_SOURCES := main.cpp
include $(LEVEL)/Makefile.rules
+
+clean::
+ rm -rf *.o *.d *.dSYM
OpenPOWER on IntegriCloud