| 119 | } |
| 120 | |
| 121 | std::string getTestName() { |
| 122 | std::string testname = |
| 123 | ::testing::UnitTest::GetInstance()->current_test_info()->name(); |
| 124 | return testname; |
| 125 | } |
| 126 | |
| 127 | namespace half_float { |
| 128 | std::ostream &operator<<(std::ostream &os, half_float::half val) { |
no test coverage detected