| 445 | {} |
| 446 | |
| 447 | void perform_test ( |
| 448 | ) |
| 449 | { |
| 450 | do_test<feature_extractor>(); |
| 451 | DLIB_TEST(called_rejct_labeling == false); |
| 452 | do_test<feature_extractor2>(); |
| 453 | DLIB_TEST(called_rejct_labeling == true); |
| 454 | |
| 455 | test2(); |
| 456 | } |
| 457 | } a; |
| 458 | |
| 459 | } |