delete set_iris evaluation_order

This commit is contained in:
liuwentan
2023-04-03 19:01:26 +08:00
parent 3ed1f3dfd4
commit 3515b7f1f7
20 changed files with 107 additions and 211 deletions

View File

@@ -133,10 +133,13 @@ int main(int argc, char ** argv)
maat_options_set_json_file(opts, json_path);
g_maat_instance = maat_new(opts, table_info_path);
maat_options_free(opts);
EXPECT_TRUE(g_maat_instance != NULL);
ret=RUN_ALL_TESTS();
log_handle_destroy(g_logger);
maat_free(g_maat_instance);
g_maat_instance = NULL;
return ret;
}