[Lldb-commits] [lldb] r217387 - Modify call-function and rdar-12437442 tests to clean up all files produced during test run.
Todd Fiala
todd.fiala at gmail.com
Mon Sep 8 09:44:17 PDT 2014
Author: tfiala
Date: Mon Sep 8 11:44:17 2014
New Revision: 217387
URL: http://llvm.org/viewvc/llvm-project?rev=217387&view=rev
Log:
Modify call-function and rdar-12437442 tests to clean up all files produced during test run.
Modified:
lldb/trunk/test/expression_command/call-function/Makefile
lldb/trunk/test/functionalities/data-formatter/rdar-12437442/Makefile
Modified: lldb/trunk/test/expression_command/call-function/Makefile
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/expression_command/call-function/Makefile?rev=217387&r1=217386&r2=217387&view=diff
==============================================================================
--- lldb/trunk/test/expression_command/call-function/Makefile (original)
+++ lldb/trunk/test/expression_command/call-function/Makefile Mon Sep 8 11:44:17 2014
@@ -3,3 +3,6 @@ LEVEL = ../../make
CXX_SOURCES := main.cpp
include $(LEVEL)/Makefile.rules
+
+clean::
+ rm -rf *.o *.d *.dSYM
Modified: lldb/trunk/test/functionalities/data-formatter/rdar-12437442/Makefile
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/functionalities/data-formatter/rdar-12437442/Makefile?rev=217387&r1=217386&r2=217387&view=diff
==============================================================================
--- lldb/trunk/test/functionalities/data-formatter/rdar-12437442/Makefile (original)
+++ lldb/trunk/test/functionalities/data-formatter/rdar-12437442/Makefile Mon Sep 8 11:44:17 2014
@@ -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
More information about the lldb-commits
mailing list