tests cxx: remove superfluous output to stdout

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.
This commit is contained in:
Stefan Schmidt 2016-03-02 15:32:09 +01:00
parent 7c79165b53
commit 8992c2aeae
4 changed files with 0 additions and 4 deletions

View File

@ -9,6 +9,5 @@
int main()
{
std::cout << "Ecore Audio C++ headers compile";
return 0;
}

View File

@ -8,6 +8,5 @@
int main()
{
std::cout << "Ecore C++ headers compile";
return 0;
}

View File

@ -9,6 +9,5 @@
int main()
{
std::cout << "Edje C++ headers compile";
return 0;
}

View File

@ -10,6 +10,5 @@
int main()
{
std::cout << "Evas C++ headers compile";
return 0;
}