about summary refs log tree commit diff homepage
path: root/unittests/TreeStream/Makefile
blob: a56659b928e8ebb5d1ac9e8048df1c841d30317c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
##===- unittests/Expr/Makefile -----------------------------*- Makefile -*-===##

LEVEL := ../..
include $(LEVEL)/Makefile.config

TESTNAME := TreeStreamTest
USEDLIBS := kleeBasic.a kleeSupport.a
LINK_COMPONENTS := support

include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest