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 | |
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
-rw-r--r-- | lldb/test/expression_command/call-function/Makefile | 3 | ||||
-rw-r--r-- | lldb/test/functionalities/data-formatter/rdar-12437442/Makefile | 4 |
2 files changed, 7 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 diff --git a/lldb/test/functionalities/data-formatter/rdar-12437442/Makefile b/lldb/test/functionalities/data-formatter/rdar-12437442/Makefile index 9f7fb1ca623..a71c8d7050a 100644 --- a/lldb/test/functionalities/data-formatter/rdar-12437442/Makefile +++ b/lldb/test/functionalities/data-formatter/rdar-12437442/Makefile @@ -7,3 +7,7 @@ CFLAGS_EXTRAS += -w include $(LEVEL)/Makefile.rules LDFLAGS += -framework Foundation + +clean:: + rm -rf *.o *.d *.dSYM *.log +
\ No newline at end of file |