| 162 | } |
| 163 | |
| 164 | int main(int argc, char** argv) { |
| 165 | int failed = 0; |
| 166 | RUN_ARGV_TEST(failed, test_link_name()); |
| 167 | RUN_ARGV_TEST(failed, test_dynamic_node_properties()); |
| 168 | return failed; |
| 169 | } |
nothing calls this directly
no test coverage detected