summaryrefslogtreecommitdiff
path: root/basegfx/CppunitTest_basegfx.mk
diff options
context:
space:
mode:
authorTomaž Vajngerl <tomaz.vajngerl@collabora.co.uk>2022-05-20 14:59:21 +0900
committerTomaž Vajngerl <quikee@gmail.com>2022-05-20 15:53:26 +0200
commita615eb3f01391f048bee621c431339d0bc5e42ae (patch)
tree71c84d9147044f0c6bdd802906a9129a25c0b0b1 /basegfx/CppunitTest_basegfx.mk
parentd37e5bc08742de4ea9b0916a799e32540e74cdd1 (diff)
basegfx: add test for 2D vector classes B2DVector, B2IVector
Change-Id: I300028f63c6222f7a4296aa9bf608acb3fa19dd7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/134652 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 d0a6739a34ef..88f4966262f2 100644
--- a/basegfx/CppunitTest_basegfx.mk
+++ b/basegfx/CppunitTest_basegfx.mk
@@ -44,6 +44,7 @@ $(eval $(call gb_CppunitTest_add_exception_objects,basegfx,\
basegfx/test/basegfxtools \
basegfx/test/clipstate \
basegfx/test/genericclipper \
+ basegfx/test/VectorTest \
))
# vim: set noet sw=4 ts=4: