blob: 4bac50c12ab300ff062677b11ae49c3ac0b15745 [file] [log] [blame]
Zhanyong Wan483651c2011-02-15 21:30:27 +00001##===- unittests/Basic/Makefile ----------------------------*- Makefile -*-===##
Zhanyong Wan9b555ea2011-02-11 18:44:49 +00002#
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
10CLANG_LEVEL = ../..
Zhanyong Wan483651c2011-02-15 21:30:27 +000011TESTNAME = Basic
Peter Collingbourne4b93d662011-02-19 23:03:58 +000012LINK_COMPONENTS := support mc
Zhanyong Wan9b555ea2011-02-11 18:44:49 +000013USEDLIBS = clangBasic.a
14
15include $(CLANG_LEVEL)/unittests/Makefile