From d6f034b2d08efcb8f2d5b578fab1b254d9821c88 Mon Sep 17 00:00:00 2001 From: Benjamin Kramer Date: Sat, 1 Aug 2009 19:07:29 +0000 Subject: Remove now empty unit test directory. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77790 91177308-0d34-0410-b5e6-96231b3b80d8 --- unittests/MC/Makefile | 15 --------------- unittests/Makefile | 2 +- 2 files changed, 1 insertion(+), 16 deletions(-) delete mode 100644 unittests/MC/Makefile (limited to 'unittests') diff --git a/unittests/MC/Makefile b/unittests/MC/Makefile deleted file mode 100644 index 410d3869cd..0000000000 --- a/unittests/MC/Makefile +++ /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 diff --git a/unittests/Makefile b/unittests/Makefile index 53c02a8122..b743838b86 100644 --- a/unittests/Makefile +++ b/unittests/Makefile @@ -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 -- cgit v1.2.3