Move tests to "make test"

This commit is contained in:
Vitaliy Filippov
2023-02-21 01:30:42 +03:00
parent 936122bbcf
commit 36a7dd3671
3 changed files with 27 additions and 7 deletions
+1
View File
@@ -54,5 +54,6 @@ int main(int argc, char *argv[])
{
printf("dev: state=%lx\n", it.second.state);
}
delete pg.peering_state;
return 0;
}