3
0
Fork 0
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:
Nuno Lopes 2022-06-17 17:11:18 +01:00
parent fcbbf7ba76
commit c3407fc304
67 changed files with 67 additions and 6 deletions

View file

@ -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);