blob: d96df4f52d8b1c6156be4518310a1e312552797e [file] [log] [blame]
Misha Brukman268d2da2009-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 Wendling2e3646a2009-01-04 23:12:21 +000011
Misha Brukman268d2da2009-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
19PARALLEL_DIRS = ADT
20
21include $(LEVEL)/Makefile.common
Nuno Lopes79d1dc62009-01-02 12:25:22 +000022
23clean::
Bill Wendling2e3646a2009-01-04 23:12:21 +000024 $(Verb) $(RM) -f *Tests