Add a test suite for Curve

This commit is contained in:
Hugo Locurcio 2020-11-13 22:46:05 +01:00
parent de4ae92287
commit 8fefbda818
No known key found for this signature in database
GPG key ID: 39E8F8BE30B0A49C
2 changed files with 223 additions and 0 deletions

View file

@ -37,6 +37,7 @@
#include "test_class_db.h"
#include "test_color.h"
#include "test_command_queue.h"
#include "test_curve.h"
#include "test_expression.h"
#include "test_gradient.h"
#include "test_gui.h"