diff options
author | Todd Fiala <todd.fiala@gmail.com> | 2014-09-08 16:44:17 +0000 |
---|---|---|
committer | Todd Fiala <todd.fiala@gmail.com> | 2014-09-08 16:44:17 +0000 |
commit | 3d3e2c72ec17876fb1b77cf61cad2e552958c09e (patch) | |
tree | c9874e82b58f06c92dc84ab9c7b65fe81780109c /lldb/test/expression_command/call-function | |
parent | 17d3a2c3f8cabcfdad778ecb20fab52592103615 (diff) | |
download | bcm5719-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/Makefile | 3 |
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 |