diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-02-12 16:00:17 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-02-12 16:01:55 +0100 |
commit | f7cd7b2ce40d39fd890d7bd3d098c9001fb477e5 (patch) | |
tree | d602e4ccaf8620445eafe5d6a3ca6dfc2ed57841 /postprocess/CppunitTest_services.mk | |
parent | 5d8dc045f1aafd60a74b781f693d3c168615470b (diff) |
Make CppunitTest_services instantiate even more services
Change-Id: Id9bfb3886e4a9cbc15a7bf7ef3aefa73bd160e3b
Diffstat (limited to 'postprocess/CppunitTest_services.mk')
-rw-r--r-- | postprocess/CppunitTest_services.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/postprocess/CppunitTest_services.mk b/postprocess/CppunitTest_services.mk index 00ac87f323ee..afd940a897da 100644 --- a/postprocess/CppunitTest_services.mk +++ b/postprocess/CppunitTest_services.mk @@ -19,6 +19,7 @@ $(eval $(call gb_CppunitTest_use_externals,services, \ $(eval $(call gb_CppunitTest_use_libraries,services, \ cppu \ + cppuhelper \ sal \ test \ vcl \ @@ -26,6 +27,7 @@ $(eval $(call gb_CppunitTest_use_libraries,services, \ )) $(eval $(call gb_CppunitTest_use_sdk_api,services)) +$(eval $(call gb_CppunitTest_use_api,services,oovbaapi)) $(eval $(call gb_CppunitTest_use_ure,services)) $(eval $(call gb_CppunitTest_use_vcl,services)) |