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

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

TESTNAME := RefTest
USEDLIBS := kleaverExpr.a kleeBasic.a
LINK_COMPONENTS := support

include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest

LIBS += $(STP_LDFLAGS)