summaryrefslogtreecommitdiffstats
path: root/svtools/CppunitTest_svtools_filters_test.mk
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-10-12 15:19:21 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-10-15 12:18:44 +0100
commitdb5a5ffa82f835c81cf9a411d24f4cb0b1bb8fa5 (patch)
tree0e320d48ea2ce24a87f33095d2959919333c0b5c /svtools/CppunitTest_svtools_filters_test.mk
parentget TestResult dtor before osl::Module dtor (diff)
downloadcore-db5a5ffa82f835c81cf9a411d24f4cb0b1bb8fa5.tar.gz
core-db5a5ffa82f835c81cf9a411d24f4cb0b1bb8fa5.zip
split bootstrapfixture and move test-filters class for sot test
sot is below vcl, but is a filters test, we can split bootstrapfixture into a vcl needing bit and and non-vcl bit and filters test api can be standalone and combined with whichever bit in order to form pre and post vcl filters test
Diffstat (limited to 'svtools/CppunitTest_svtools_filters_test.mk')
-rw-r--r--svtools/CppunitTest_svtools_filters_test.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/svtools/CppunitTest_svtools_filters_test.mk b/svtools/CppunitTest_svtools_filters_test.mk
index 8f4cd6a21559..3ccbd5d06c30 100644
--- a/svtools/CppunitTest_svtools_filters_test.mk
+++ b/svtools/CppunitTest_svtools_filters_test.mk
@@ -35,13 +35,14 @@ $(eval $(call gb_CppunitTest_add_exception_objects,svtools_filters_test, \
))
$(eval $(call gb_CppunitTest_add_linked_libs,svtools_filters_test, \
- test \
comphelper \
cppu \
cppuhelper \
sal \
svt \
+ test \
tl \
+ unotest \
vcl \
$(gb_STDLIBS) \
))