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

LEVEL := ../..
TESTNAME := Solver
STP_LIBS := stp_c_interface.a stp_AST.a stp_bitvec.a \
            stp_constantbv.a stp_sat.a stp_simplifier.a
USEDLIBS := kleaverSolver.a kleaverExpr.a kleeSupport.a kleeBasic.a $(STP_LIBS)
LINK_COMPONENTS := support

include $(LEVEL)/Makefile.config
include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest

#LIBS += -lstp