summaryrefslogtreecommitdiff
path: root/sc/CppunitTest_sc_tableautoformatfield.mk
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-01-20 12:33:53 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-01-23 19:46:45 +0100
commit3fcde5e3f9e0921effd9ffd6c26246647f108ce3 (patch)
treeeca718f73206dd6264c7691518d286c3a507b84c /sc/CppunitTest_sc_tableautoformatfield.mk
parenta0093404ffbca79655a52019d6bf66b976964fe9 (diff)
add library for c++ based subsequenttests
use this library for interface tests and implement the test in the correct module by creating one test class per implementation class The implementation class should inherit from all interface tests it needs This should make it more easy to write tests since we no longer need to write the same test method multiple times
Diffstat (limited to 'sc/CppunitTest_sc_tableautoformatfield.mk')
-rw-r--r--sc/CppunitTest_sc_tableautoformatfield.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/CppunitTest_sc_tableautoformatfield.mk b/sc/CppunitTest_sc_tableautoformatfield.mk
index b8f1838df023..a002d67e907f 100644
--- a/sc/CppunitTest_sc_tableautoformatfield.mk
+++ b/sc/CppunitTest_sc_tableautoformatfield.mk
@@ -55,6 +55,7 @@ $(eval $(call gb_CppunitTest_add_linked_libs,sc_tableautoformatfield, \
sc \
sfx \
sot \
+ subsequenttest \
svl \
svt \
svx \