this means make check is more useful to people.
START_TEST(ecore_test_ecore_fb_init)
{
+// SKIP fb test as all it tests is init and shutdown and nothing else
+// and these require basically a linux box with root or special
+// permission access etc. etc. which prety much will NOt be the case
+// on any build machine runing make check - so de-noise the tests
+// so we can focus on the rest that should work
+/*
int ret, i, j;
for (i = 1; i <= MAX_ITER; i++)
fprintf(stderr, "Deleted %d ecore fb instance.\n", MAX_ITER - j);
fail_if(ret != j);
}
+ */
}
END_TEST