blob: 1eb69abbc8907f6b8ea0d2261c9b244e78241b65 [file] [log] [blame]
Misha Brukman8fb520e2009-01-01 02:24:48 +00001##===- unittests/Makefile ----------------------------------*- Makefile -*-===##
2#
3# The LLVM Compiler Infrastructure
4#
5# This file is distributed under the University of Illinois Open Source
6# License. See LICENSE.TXT for details.
7#
8##===----------------------------------------------------------------------===##
9
10LEVEL = ..
Bill Wendling4113bd12009-01-04 23:12:21 +000011
Misha Brukman8fb520e2009-01-01 02:24:48 +000012include $(LEVEL)/Makefile.config
13
14LIBRARYNAME = UnitTestMain
15BUILD_ARCHIVE = 1
16CPP.Flags += -I$(LLVM_SRC_ROOT)/utils/unittest/googletest/include/
17CPP.Flags += -Wno-variadic-macros
18
Jeffrey Yasskindf5a7da2009-06-25 02:04:04 +000019PARALLEL_DIRS = ADT ExecutionEngine Support VMCore MC
Misha Brukman8fb520e2009-01-01 02:24:48 +000020
21include $(LEVEL)/Makefile.common
Nuno Lopes11366a02009-01-02 12:25:22 +000022
23clean::
Bill Wendling4113bd12009-01-04 23:12:21 +000024 $(Verb) $(RM) -f *Tests