From d62aeb9a334cb83b49e016aac1f7e37bc35f5a5d Mon Sep 17 00:00:00 2001 From: Cristian Cadar Date: Thu, 29 Apr 2010 12:27:44 +0000 Subject: Fixed compilation of unit tests. git-svn-id: https://llvm.org/svn/llvm-project/klee/trunk@102611 91177308-0d34-0410-b5e6-96231b3b80d8 --- unittests/Solver/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'unittests/Solver') diff --git a/unittests/Solver/Makefile b/unittests/Solver/Makefile index 583025fb..44c965ba 100644 --- a/unittests/Solver/Makefile +++ b/unittests/Solver/Makefile @@ -2,10 +2,12 @@ LEVEL := ../.. TESTNAME := Solver -USEDLIBS := kleaverSolver.a kleaverExpr.a kleeSupport.a kleeBasic.a +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 +#LIBS += -lstp -- cgit 1.4.1