| 1174 | } |
| 1175 | |
| 1176 | void smartpointer() const { |
| 1177 | const Settings s = settingsBuilder().library("std.cfg").build(); |
| 1178 | const Library& library = s.library; |
| 1179 | |
| 1180 | ASSERT(!library.detectSmartPointer(nullptr)); |
| 1181 | |
| 1182 | // TODO: add more tests |
| 1183 | } |
| 1184 | }; |
| 1185 | |
| 1186 | REGISTER_TEST(TestLibrary) |
nothing calls this directly
no test coverage detected