Another attempt at fixing the i686-mingw32-RA-on-linux buildbot.
[oota-llvm.git] / unittests / DebugInfo / Makefile
index 999ded90b0f68fb8f5bd131d417152d3db05a67b..1889ad22db11353fc57a8e0a1b7bae922d32cf38 100644 (file)
@@ -6,11 +6,10 @@
 # License. See LICENSE.TXT for details.
 #
 ##===----------------------------------------------------------------------===##
-
 LEVEL = ../..
-TESTNAME = DebugInfo
-LINK_COMPONENTS := debuginfo object support
 
 include $(LEVEL)/Makefile.config
 
+PARALLEL_DIRS := DWARF PDB
+
 include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest