Added Geometry2D unit tests

This commit is contained in:
Marcus Brummer 2020-12-10 10:39:49 +01:00
parent b24f9f2d8f
commit e455ca2f2f
3 changed files with 565 additions and 0 deletions

View file

@ -43,6 +43,7 @@
#include "test_curve.h"
#include "test_expression.h"
#include "test_file_access.h"
#include "test_geometry_2d.h"
#include "test_gradient.h"
#include "test_gui.h"
#include "test_json.h"