Skip to content

Commit 215a819

Browse files
author
Daniel Kroening
committed
temporarily disable the smt2_solver binary until the dependencies
on goto-programs, java_bytecode and langapi have been removed.
1 parent 89701f4 commit 215a819

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

regression/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ DIRS = ansi-c \
1616
invariants \
1717
strings \
1818
jbmc-strings \
19-
# smt2_solver \
2019
strings-smoke-tests \
2120
test-script \
2221
# Empty last line

src/solvers/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ INCLUDES += -I .. \
218218

219219
CLEANFILES = solvers$(LIBEXT) smt2_solver$(EXEEXT)
220220

221-
all: solvers$(LIBEXT) smt2_solver$(EXEEXT)
221+
all: solvers$(LIBEXT) # smt2_solver$(EXEEXT)
222222

223223
ifneq ($(SQUOLEM2),)
224224
CP_CXXFLAGS += -DHAVE_QBF_CORE

0 commit comments

Comments
 (0)