mirror of
https://github.com/Z3Prover/z3
synced 2025-06-28 00:48:45 +00:00
adding unit test entry point
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
d8bb10d37f
commit
748ada2acc
8 changed files with 260 additions and 45 deletions
|
@ -230,6 +230,7 @@ int main(int argc, char ** argv) {
|
|||
TST(get_consequences);
|
||||
TST(pb2bv);
|
||||
TST_ARGV(sat_lookahead);
|
||||
TST_ARGV(sat_local_search);
|
||||
//TST_ARGV(hs);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue