diff options
author | Tobias Lippert <drtl@fastmail.fm> | 2014-06-20 11:01:30 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2014-07-22 06:25:22 +0000 |
commit | 312926823dc6da7e87eb60c98ba084f14f0aa676 (patch) | |
tree | db1185fbe2ffc98430faff9a56bafbf78844e163 /svl/Module_svl.mk | |
parent | f413cb08b8c0f67b9bf7278dd654dac9001cf490 (diff) |
Add unittests for SfxBroadcaster
Change-Id: I9ecd8fec395eafbdc2675dda9fa25ac32761123c
Reviewed-on: https://gerrit.libreoffice.org/10343
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'svl/Module_svl.mk')
-rw-r--r-- | svl/Module_svl.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/svl/Module_svl.mk b/svl/Module_svl.mk index 75890301e31b..54f6b6c6073e 100644 --- a/svl/Module_svl.mk +++ b/svl/Module_svl.mk @@ -35,6 +35,7 @@ $(eval $(call gb_Module_add_check_targets,svl,\ CppunitTest_svl_inetcontenttype \ CppunitTest_svl_items \ CppunitTest_svl_itempool \ + CppunitTest_svl_notify \ )) #TODO: CppunitTest_svl_urihelper depends on ucb, can only be added once svl is |