mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +00:00
build test
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
4dfdabc80f
commit
20870c43ec
4 changed files with 13 additions and 20 deletions
|
@ -16,13 +16,14 @@ Author:
|
|||
Revision History:
|
||||
|
||||
--*/
|
||||
#include "parsers/util/cost_parser.h"
|
||||
#include "smt/cost_evaluator.h"
|
||||
#include "util/warning.h"
|
||||
#include "ast/arith_decl_plugin.h"
|
||||
#include "ast/ast_pp.h"
|
||||
#include "ast/well_sorted.h"
|
||||
#include "util/warning.h"
|
||||
#include "ast/cost_evaluator.h"
|
||||
#include "ast/reg_decl_plugins.h"
|
||||
#include "parsers/util/cost_parser.h"
|
||||
|
||||
|
||||
void tst_simple_parser() {
|
||||
ast_manager m;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue