#include "tests/helpers.h" #include "sources/connexity.h" //completely disconnected graph (no edges) void test_connexity1() { int n = 10; int* lengthNIix = (int*)calloc(n,sizeof(int)); int** NIix = (int**)malloc(n*sizeof(int*)); for (int i=0; i