mirror of
https://github.com/KLayout/klayout.git
synced 2026-09-02 02:47:48 +02:00
Unit test refactoring
Move ut framework to tl, so there are less complex dependencies.
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user