summaryrefslogtreecommitdiffstats
path: root/basegfx/CppunitTest_basegfx.mk
diff options
context:
space:
mode:
authorTomaž Vajngerl <tomaz.vajngerl@collabora.co.uk>2019-01-28 19:54:51 +0100
committerTomaž Vajngerl <quikee@gmail.com>2019-01-28 23:14:23 +0100
commitdfc4d2b009b9f9c7307c79e7ef2c1663005a5646 (patch)
tree3546c20d776488c39aea176b31436d298cd2a41a /basegfx/CppunitTest_basegfx.mk
parentbasegfx: just use the std::clamp for clamping the input (diff)
downloadcore-dfc4d2b009b9f9c7307c79e7ef2c1663005a5646.tar.gz
core-dfc4d2b009b9f9c7307c79e7ef2c1663005a5646.zip
split basegfx 2d tests to separate files (one per tested class)
Change-Id: Icb2f745851ba3de31f6a672d1bc20659de687d2e Reviewed-on: https://gerrit.libreoffice.org/67031 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'basegfx/CppunitTest_basegfx.mk')
-rw-r--r--basegfx/CppunitTest_basegfx.mk13
1 files changed, 12 insertions, 1 deletions
diff --git a/basegfx/CppunitTest_basegfx.mk b/basegfx/CppunitTest_basegfx.mk
index 472c6ff11049..91cfc2226774 100644
--- a/basegfx/CppunitTest_basegfx.mk
+++ b/basegfx/CppunitTest_basegfx.mk
@@ -22,7 +22,18 @@ $(eval $(call gb_CppunitTest_use_libraries,basegfx,\
))
$(eval $(call gb_CppunitTest_add_exception_objects,basegfx,\
- basegfx/test/basegfx2d \
+ basegfx/test/B2DRangeTest \
+ basegfx/test/B2DPolyRangeTest \
+ basegfx/test/B2DHomMatrixTest \
+ basegfx/test/B2DPointTest \
+ basegfx/test/B2DPolygonTest \
+ basegfx/test/B2DPolygonToolsTest \
+ basegfx/test/B2DPolyPolygonTest \
+ basegfx/test/B1DRangeTest \
+ basegfx/test/B2XRangeTest \
+ basegfx/test/B2IBoxTest \
+ basegfx/test/B2DTupleTest \
+ basegfx/test/BColorTest \
basegfx/test/SvgPathImportExport \
basegfx/test/basegfx3d \
basegfx/test/boxclipper \