blob: 82de790598f69ce2423144c2cad4fdd15fea8df6 [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
Argyrios Kyrtzidisd7711ec2011-12-21 16:56:29 +000013USEDLIBS = clangLex.a clangBasic.a
Zhanyong Wan9b555ea2011-02-11 18:44:49 +000014
15include $(CLANG_LEVEL)/unittests/Makefile