blob: 9f377cd744c1f2fd3d2744f1906aa45b3c736814 [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
Nick Lewycky4dd68242009-09-27 21:39:46 +000012PARALLEL_DIRS = ADT ExecutionEngine Support Transforms VMCore
Misha Brukman8fb520e2009-01-01 02:24:48 +000013
14include $(LEVEL)/Makefile.common
Nuno Lopes11366a02009-01-02 12:25:22 +000015
16clean::
Bill Wendling4113bd12009-01-04 23:12:21 +000017 $(Verb) $(RM) -f *Tests