diff options
Diffstat (limited to 'unittests/Solver/Makefile')
-rw-r--r-- | unittests/Solver/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
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 |