blob: b5c6bdb3722329fe9efecaa996fd1571b512084e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
##===- unittests/Expr/Makefile -----------------------------*- Makefile -*-===##
LEVEL := ../..
include $(LEVEL)/Makefile.config
TESTNAME := Expr
USEDLIBS := kleaverExpr.a kleeBasic.a
USEDLIBS += $(STP_LIBS)
LINK_COMPONENTS := support
include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest
LIBS += -lstp
|