diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2011-12-05 00:22:12 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2011-12-05 01:44:05 +0100 |
commit | 1e3b55e23029fcade3b8f708fc037830402dbd28 (patch) | |
tree | ed11a96fcf4b639537b05a9c276dbf6e038d2eb2 /sc/Module_sc.mk | |
parent | d96ef98abe2dfd91918d84efbbf9119c44dce4d3 (diff) |
adjust sc's c++ subsequenttest concept
create one test suite per implementation class:
move xcellrangesquery into ScCellRangesBase
Diffstat (limited to 'sc/Module_sc.mk')
-rw-r--r-- | sc/Module_sc.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/Module_sc.mk b/sc/Module_sc.mk index c39589bc7ba6..9c8696b8007f 100644 --- a/sc/Module_sc.mk +++ b/sc/Module_sc.mk @@ -41,7 +41,7 @@ $(eval $(call gb_Module_add_check_targets,sc,\ $(eval $(call gb_Module_add_subsequentcheck_targets,sc,\ CppunitTest_sc_macros_test \ - CppunitTest_sc_xcellrangesquery \ + CppunitTest_sc_cellrangesbase \ CppunitTest_sc_subsequent_filters_test \ CppunitTest_sc_tableautoformatfield \ JunitTest_sc_complex \ |