Preparations for unit tests

This commit is contained in:
2021-02-14 23:22:47 +01:00
parent f623ffd842
commit b8fe94f78b
6 changed files with 57 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
#include "cpputilstestutils.h"
namespace QTest {
template<>
char *toString(const std::string &str)
{
return ::QTest::toString(QString::fromStdString(str));
}
} // namespace QTest