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