diff options
author | Michael Jaumann <meta_dev@yahoo.com> | 2014-09-02 06:49:48 +0000 |
---|---|---|
committer | Michael Meeks <michael.meeks@collabora.com> | 2014-09-08 14:27:19 +0100 |
commit | 8e1a7034ff35ee825f3f8f22e14d93189149a1aa (patch) | |
tree | 6de827ee3abd1e413f0471c412a422d31f1f97a5 /unotools/Module_unotools.mk | |
parent | 253b97cc353731dfec6fa6dc9923f34a946b0d21 (diff) |
fdo#82854 - use OUStringBuffer in fontdefs.cxx plus unit-test.
Change-Id: Ia3a4814467ed98bd3b1889991cc3644c0c23f515
Diffstat (limited to 'unotools/Module_unotools.mk')
-rw-r--r-- | unotools/Module_unotools.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/unotools/Module_unotools.mk b/unotools/Module_unotools.mk index d450dfc1fe6f..c8a46e33e22c 100644 --- a/unotools/Module_unotools.mk +++ b/unotools/Module_unotools.mk @@ -16,5 +16,8 @@ $(eval $(call gb_Module_add_targets,unotools,\ $(eval $(call gb_Module_add_subsequentcheck_targets,unotools,\ JunitTest_unotools_complex \ )) +$(eval $(call gb_Module_add_check_targets,unotools,\ + CppunitTest_unotools_fontdefs \ +)) # vim: set noet sw=4 ts=4: |