Remove now empty unit test directory.
authorBenjamin Kramer <benny.kra@googlemail.com>
Sat, 1 Aug 2009 19:07:29 +0000 (19:07 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Sat, 1 Aug 2009 19:07:29 +0000 (19:07 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77790 91177308-0d34-0410-b5e6-96231b3b80d8

unittests/MC/Makefile [deleted file]
unittests/Makefile

diff --git a/unittests/MC/Makefile b/unittests/MC/Makefile
deleted file mode 100644 (file)
index 410d386..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-##===- unittests/MC/Makefile -------------------------------*- Makefile -*-===##
-#
-#                     The LLVM Compiler Infrastructure
-#
-# This file is distributed under the University of Illinois Open Source
-# License. See LICENSE.TXT for details.
-#
-##===----------------------------------------------------------------------===##
-
-LEVEL = ../..
-TESTNAME = MC
-LINK_COMPONENTS := core support mc
-
-include $(LEVEL)/Makefile.config
-include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest
index 53c02a81223e7f134fb85bb696036a9864d6b328..b743838b868c6ca8268b8c72725d0c2679311235 100644 (file)
@@ -16,7 +16,7 @@ BUILD_ARCHIVE = 1
 CPP.Flags += -I$(LLVM_SRC_ROOT)/utils/unittest/googletest/include
 CPP.Flags += -Wno-variadic-macros
 
-PARALLEL_DIRS = ADT ExecutionEngine Support VMCore MC
+PARALLEL_DIRS = ADT ExecutionEngine Support VMCore
 
 include $(LEVEL)/Makefile.common