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