Make the description of the hotpatch attribute even more generic. Spotted by
[oota-llvm.git] / unittests / Makefile
index 43592a1e5eaad9c4423a5731e65f5eb4925193f9..0401cd1c673a2100da6ce9ef2048e0cd05f9d1c6 100644 (file)
@@ -8,13 +8,10 @@
 ##===----------------------------------------------------------------------===##
 
 LEVEL = ..
-include $(LEVEL)/Makefile.config
 
-LIBRARYNAME = UnitTestMain
-BUILD_ARCHIVE = 1
-CPP.Flags += -I$(LLVM_SRC_ROOT)/utils/unittest/googletest/include/
-CPP.Flags += -Wno-variadic-macros
-
-PARALLEL_DIRS = ADT
+PARALLEL_DIRS = ADT ExecutionEngine Support Transforms VMCore Analysis
 
 include $(LEVEL)/Makefile.common
+
+clean::
+       $(Verb) $(RM) -f *Tests