summaryrefslogtreecommitdiff
path: root/unittests/Makefile
diff options
context:
space:
mode:
authorNuno Lopes <nunoplopes@sapo.pt>2009-01-02 12:25:22 +0000
committerNuno Lopes <nunoplopes@sapo.pt>2009-01-02 12:25:22 +0000
commit11366a03f56cd3eaf5a056a388a5b86955539b80 (patch)
treede3348a1c1a66afa919c11bca35c01d9a81e894b /unittests/Makefile
parent288ee05410497370b80fb8cada24af5f901bd047 (diff)
downloadllvm-11366a03f56cd3eaf5a056a388a5b86955539b80.tar.gz
llvm-11366a03f56cd3eaf5a056a388a5b86955539b80.tar.bz2
llvm-11366a03f56cd3eaf5a056a388a5b86955539b80.tar.xz
make 'make clean' remove test binaries as well
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61572 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'unittests/Makefile')
-rw-r--r--unittests/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/unittests/Makefile b/unittests/Makefile
index 43592a1e5e..33f3c8ebaa 100644
--- a/unittests/Makefile
+++ b/unittests/Makefile
@@ -18,3 +18,6 @@ CPP.Flags += -Wno-variadic-macros
PARALLEL_DIRS = ADT
include $(LEVEL)/Makefile.common
+
+clean::
+ $(RM) -f *Tests