These outputs are not giving any more information besides what we already get:
Ecore C++ headers compilePASS: tests/ecore_cxx/cxx_compile_test
(Ignoring the problem with the newline) The test name tells it all and we are
just filling the log.
int main()
{
- std::cout << "Ecore Audio C++ headers compile";
return 0;
}
int main()
{
- std::cout << "Ecore C++ headers compile";
return 0;
}
int main()
{
- std::cout << "Edje C++ headers compile";
return 0;
}
int main()
{
- std::cout << "Evas C++ headers compile";
return 0;
}