Unit test refactoring

Move ut framework to tl, so there are less complex
dependencies.
This commit is contained in:
Matthias Koefferlein
2017-09-03 01:54:11 +02:00
parent 47b2e29137
commit cfe8375be0
138 changed files with 1378 additions and 1432 deletions
+1 -2
View File
@@ -25,13 +25,12 @@
#include "layBitmap.h"
#include "layDitherPattern.h"
#include "layLineStyles.h"
#include "tlUnitTest.h"
#include <QImage>
#include <QColor>
#include <QMutex>
#include <utHead.h>
std::string
to_string (const QImage &img, unsigned int mask)
{