| 48 | #endif |
| 49 | |
| 50 | TEST_CASE(executable_filename) |
| 51 | { |
| 52 | auto name = migraphx::make_executable_filename(baze_name); |
| 53 | EXPECT(name == std::string{baze_name}.append(executable_postfix)); |
| 54 | } |
| 55 | |
| 56 | TEST_CASE(shared_object_filename) |
| 57 | { |
nothing calls this directly
no test coverage detected