mirror of
https://github.com/Z3Prover/z3
synced 2025-10-05 23:43:59 +00:00
fix build of tests
This commit is contained in:
parent
fcbbf7ba76
commit
c3407fc304
67 changed files with 67 additions and 6 deletions
|
@ -12,6 +12,7 @@ Copyright (c) 2016 Microsoft Corporation
|
|||
#include "tactic/tactic.h"
|
||||
#include "model/model_smt2_pp.h"
|
||||
#include "tactic/fd_solver/fd_solver.h"
|
||||
#include <iostream>
|
||||
|
||||
static expr_ref mk_const(ast_manager& m, char const* name, sort* s) {
|
||||
return expr_ref(m.mk_const(symbol(name), s), m);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue