about summary refs log tree commit diff homepage
path: root/unittests/Solver/Makefile
blob: 00713691832f9ea1343496447284e75e435451d8 (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 += -lstp