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

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

TESTNAME := Solver
USEDLIBS := kleaverSolver.a kleaverExpr.a kleeSupport.a kleeBasic.a
LINK_COMPONENTS := support

include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest

LIBS += $(STP_LDFLAGS)