mirror of
https://github.com/Z3Prover/z3
synced 2025-06-27 16:38:45 +00:00
merge with master branch
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
commit
651587ce01
1602 changed files with 40496 additions and 27837 deletions
|
@ -2,13 +2,13 @@
|
|||
#include<time.h>
|
||||
#include<string>
|
||||
#include<cstring>
|
||||
#include"util.h"
|
||||
#include"trace.h"
|
||||
#include"debug.h"
|
||||
#include"timeit.h"
|
||||
#include"warning.h"
|
||||
#include"memory_manager.h"
|
||||
#include"gparams.h"
|
||||
#include "util/util.h"
|
||||
#include "util/trace.h"
|
||||
#include "util/debug.h"
|
||||
#include "util/timeit.h"
|
||||
#include "util/warning.h"
|
||||
#include "util/memory_manager.h"
|
||||
#include "util/gparams.h"
|
||||
|
||||
//
|
||||
// Unit tests fail by asserting.
|
||||
|
@ -167,7 +167,6 @@ int main(int argc, char ** argv) {
|
|||
TST(timeout);
|
||||
TST(proof_checker);
|
||||
TST(simplifier);
|
||||
TST(bv_simplifier_plugin);
|
||||
TST(bit_blaster);
|
||||
TST(var_subst);
|
||||
TST(simple_parser);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue