summaryrefslogtreecommitdiff
path: root/basegfx/CppunitTest_basegfx.mk
diff options
context:
space:
mode:
authorTomaž Vajngerl <tomaz.vajngerl@collabora.co.uk>2022-05-10 21:06:22 +0900
committerTomaž Vajngerl <quikee@gmail.com>2022-05-11 10:12:59 +0200
commit04669a3a466d34d3452c88f4712b6ea6befb4d53 (patch)
tree449e6a8a70200fb03c471dc28fb2e11edfb09540 /basegfx/CppunitTest_basegfx.mk
parent24417d8c3c9e1c619936e85fa7a20481a24e3530 (diff)
basegfx: generalize B2DRange and B2IRange with Range2D template
Also add and/or re-arrange B2DRange and B2IRange tests Change-Id: I0f582b30c92776ffbab8b69810ec855da0931714 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/134111 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'basegfx/CppunitTest_basegfx.mk')
-rw-r--r--basegfx/CppunitTest_basegfx.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/basegfx/CppunitTest_basegfx.mk b/basegfx/CppunitTest_basegfx.mk
index 310424bd6446..d0a6739a34ef 100644
--- a/basegfx/CppunitTest_basegfx.mk
+++ b/basegfx/CppunitTest_basegfx.mk
@@ -23,6 +23,7 @@ $(eval $(call gb_CppunitTest_use_libraries,basegfx,\
$(eval $(call gb_CppunitTest_add_exception_objects,basegfx,\
basegfx/test/B2DRangeTest \
+ basegfx/test/B2IRangeTest \
basegfx/test/B2DPolyRangeTest \
basegfx/test/B2DHomMatrixTest \
basegfx/test/B2DPointTest \