aboutsummaryrefslogtreecommitdiffstats
path: root/unittests/DebugInfo/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'unittests/DebugInfo/Makefile')
-rw-r--r--unittests/DebugInfo/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/unittests/DebugInfo/Makefile b/unittests/DebugInfo/Makefile
index 999ded9..1889ad2 100644
--- a/unittests/DebugInfo/Makefile
+++ b/unittests/DebugInfo/Makefile
@@ -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