#include #include int main() { int failedTestsCount = 0; failedTestsCount += QTest::qExec(new LinkedListTest); return failedTestsCount; }