about summary refs log tree commit diff homepage
path: root/unittests/Solver/Makefile
blob: 1d3d609e6c676fd411b7f6301d5ddc3bd55ca65b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
##===- 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

ifneq ($(ENABLE_STP),0)
  LIBS += $(STP_LDFLAGS)
endif

include $(PROJ_SRC_ROOT)/MetaSMT.mk