| 494 | } |
| 495 | |
| 496 | void run(Conductor &c) |
| 497 | { |
| 498 | |
| 499 | /// this one works with db |
| 500 | // binary_test_1_for_identical_subtrees(c); |
| 501 | |
| 502 | // binary_test_2_for_identical_subtrees(c); |
| 503 | |
| 504 | // binary_tree_execution(c); |
| 505 | // simple_nary_execution(c); |
| 506 | // nary_execution(c); |
| 507 | // larger_nary_execution(c); |
| 508 | |
| 509 | // hiding_failed_test(c); |
| 510 | |
| 511 | // comparison(c); |
| 512 | |
| 513 | // comparison2(c); |
| 514 | |
| 515 | // tree_building(c); |
| 516 | |
| 517 | // restart_tree(c); |
| 518 | |
| 519 | // load_execution(c, "/home/maxim/dev/cp-profiler2/golomb8.db"); |
| 520 | |
| 521 | // save_and_load(c, "/home/maxim/dev/cp-profiler2/test.db"); |
| 522 | |
| 523 | // nogood_dialog(c); |
| 524 | |
| 525 | // db_create_tree(c); |
| 526 | |
| 527 | // save_search(c); |
| 528 | |
| 529 | // ss_analysis(c); |
| 530 | } |
| 531 | |
| 532 | } // namespace execution |
| 533 | } // namespace tests |
nothing calls this directly
no outgoing calls
no test coverage detected