blob: 926459ac08f8366fadde3d9d06762558b1082a63 [file] [log] [blame]
Misha Brukmanbcf15382009-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 Wendling8790e322009-01-04 23:12:21 +000011
Chandler Carruth74b6a772013-01-07 15:35:46 +000012PARALLEL_DIRS = ADT ExecutionEngine Support Transforms IR Analysis Bitcode
Misha Brukmanbcf15382009-01-01 02:24:48 +000013
14include $(LEVEL)/Makefile.common
Nuno Lopes69a8b012009-01-02 12:25:22 +000015
16clean::
Bob Wilsonf29039992010-07-29 22:33:35 +000017 $(Verb) $(RM) -f *Tests