Zhanyong Wan | 483651c | 2011-02-15 21:30:27 +0000 | [diff] [blame] | 1 | ##===- unittests/Basic/Makefile ----------------------------*- Makefile -*-===## |
Zhanyong Wan | 9b555ea | 2011-02-11 18:44:49 +0000 | [diff] [blame] | 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 | |
| 10 | CLANG_LEVEL = ../.. |
Zhanyong Wan | 483651c | 2011-02-15 21:30:27 +0000 | [diff] [blame] | 11 | TESTNAME = Basic |
Peter Collingbourne | 4b93d66 | 2011-02-19 23:03:58 +0000 | [diff] [blame] | 12 | LINK_COMPONENTS := support mc |
Zhanyong Wan | 9b555ea | 2011-02-11 18:44:49 +0000 | [diff] [blame] | 13 | USEDLIBS = clangBasic.a |
| 14 | |
| 15 | include $(CLANG_LEVEL)/unittests/Makefile |