From f02b8b47b96e70849aff1bee213b6200049ce38e Mon Sep 17 00:00:00 2001 From: Edouard DUPIN Date: Thu, 7 Sep 2017 23:38:26 +0200 Subject: [PATCH] [DEV] remove STL --- lutin_esvg-test.py | 2 +- test/main.cpp | 2 +- test/testCap.cpp | 2 +- test/testCircle.cpp | 2 +- test/testColor.cpp | 2 +- test/testEllipse.cpp | 2 +- test/testGradientLinear.cpp | 2 +- test/testGradientRadial.cpp | 2 +- test/testJoin.cpp | 2 +- test/testLine.cpp | 2 +- test/testPath.cpp | 2 +- test/testPolygon.cpp | 2 +- test/testPolyline.cpp | 2 +- test/testRectangle.cpp | 2 +- test/testStyle.cpp | 2 +- 15 files changed, 15 insertions(+), 15 deletions(-) diff --git a/lutin_esvg-test.py b/lutin_esvg-test.py index 906faef..4aa60a2 100644 --- a/lutin_esvg-test.py +++ b/lutin_esvg-test.py @@ -45,7 +45,7 @@ def configure(target, my_module): ]) my_module.add_depend([ 'esvg', - 'gtest', + 'etest', 'test-debug' ]) return True diff --git a/test/main.cpp b/test/main.cpp index 821102f..3f47d09 100644 --- a/test/main.cpp +++ b/test/main.cpp @@ -8,7 +8,7 @@ #include #include -#include +#include #include bool g_visualDebug = false; diff --git a/test/testCap.cpp b/test/testCap.cpp index 0559bfb..c7b9c59 100644 --- a/test/testCap.cpp +++ b/test/testCap.cpp @@ -6,7 +6,7 @@ * @license MPL v2.0 (see license file) */ -#include +#include #include #include "main.hpp" diff --git a/test/testCircle.cpp b/test/testCircle.cpp index 77bb5bc..d06964a 100644 --- a/test/testCircle.cpp +++ b/test/testCircle.cpp @@ -6,7 +6,7 @@ * @license MPL v2.0 (see license file) */ -#include +#include #include #include "main.hpp" diff --git a/test/testColor.cpp b/test/testColor.cpp index 90f7dce..bc25641 100644 --- a/test/testColor.cpp +++ b/test/testColor.cpp @@ -6,7 +6,7 @@ * @license MPL v2.0 (see license file) */ -#include +#include #include #include "main.hpp" diff --git a/test/testEllipse.cpp b/test/testEllipse.cpp index 1e8c4f3..f300bdf 100644 --- a/test/testEllipse.cpp +++ b/test/testEllipse.cpp @@ -6,7 +6,7 @@ * @license MPL v2.0 (see license file) */ -#include +#include #include #include "main.hpp" diff --git a/test/testGradientLinear.cpp b/test/testGradientLinear.cpp index b7d4759..c7edcaa 100644 --- a/test/testGradientLinear.cpp +++ b/test/testGradientLinear.cpp @@ -6,7 +6,7 @@ * @license MPL v2.0 (see license file) */ -#include +#include #include #include "main.hpp" diff --git a/test/testGradientRadial.cpp b/test/testGradientRadial.cpp index d75fb10..4aa5c14 100644 --- a/test/testGradientRadial.cpp +++ b/test/testGradientRadial.cpp @@ -6,7 +6,7 @@ * @license MPL v2.0 (see license file) */ -#include +#include #include #include "main.hpp" diff --git a/test/testJoin.cpp b/test/testJoin.cpp index f86ff1c..6142419 100644 --- a/test/testJoin.cpp +++ b/test/testJoin.cpp @@ -6,7 +6,7 @@ * @license MPL v2.0 (see license file) */ -#include +#include #include #include "main.hpp" diff --git a/test/testLine.cpp b/test/testLine.cpp index 62b916a..3fb616d 100644 --- a/test/testLine.cpp +++ b/test/testLine.cpp @@ -6,7 +6,7 @@ * @license MPL v2.0 (see license file) */ -#include +#include #include #include "main.hpp" diff --git a/test/testPath.cpp b/test/testPath.cpp index 21466b7..3bc1b4f 100644 --- a/test/testPath.cpp +++ b/test/testPath.cpp @@ -6,7 +6,7 @@ * @license MPL v2.0 (see license file) */ -#include +#include #include #include "main.hpp" diff --git a/test/testPolygon.cpp b/test/testPolygon.cpp index 0c44735..882ca14 100644 --- a/test/testPolygon.cpp +++ b/test/testPolygon.cpp @@ -6,7 +6,7 @@ * @license MPL v2.0 (see license file) */ -#include +#include #include #include "main.hpp" diff --git a/test/testPolyline.cpp b/test/testPolyline.cpp index e75404a..dfeade4 100644 --- a/test/testPolyline.cpp +++ b/test/testPolyline.cpp @@ -6,7 +6,7 @@ * @license MPL v2.0 (see license file) */ -#include +#include #include #include "main.hpp" diff --git a/test/testRectangle.cpp b/test/testRectangle.cpp index ac8d0a9..74dce68 100644 --- a/test/testRectangle.cpp +++ b/test/testRectangle.cpp @@ -6,7 +6,7 @@ * @license MPL v2.0 (see license file) */ -#include +#include #include #include "main.hpp" diff --git a/test/testStyle.cpp b/test/testStyle.cpp index ad7ab72..67faa21 100644 --- a/test/testStyle.cpp +++ b/test/testStyle.cpp @@ -6,7 +6,7 @@ * @license MPL v2.0 (see license file) */ -#include +#include #include #include "main.hpp"