blob: e7ac57cbe19cc1a7eae23b3a6eab04ad5f964b50 [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
Zhanyong Wan9b555ea2011-02-11 18:44:49 +000012LINK_COMPONENTS := core support mc
13USEDLIBS = clangBasic.a
14
15include $(CLANG_LEVEL)/unittests/Makefile