| 648 | {} |
| 649 | |
| 650 | void perform_test ( |
| 651 | ) |
| 652 | { |
| 653 | print_spinner(); |
| 654 | another_array_test(); |
| 655 | |
| 656 | // test a checking version first for good measure |
| 657 | print_spinner(); |
| 658 | array_expand_test<array<unsigned long> >(); |
| 659 | |
| 660 | DLIB_TEST(dlib::is_array<int>::value == false); |
| 661 | test_array_split(); |
| 662 | } |
| 663 | } a; |
| 664 | |
| 665 |
nothing calls this directly
no test coverage detected