diff options
author | Tamás Zolnai <tamas.zolnai@collabora.com> | 2017-11-13 12:19:46 +0100 |
---|---|---|
committer | Tamás Zolnai <tamas.zolnai@collabora.com> | 2017-11-13 14:32:29 +0100 |
commit | 610d909dac1c68286dc12ed5dc1206affefe6774 (patch) | |
tree | 324894bc83a52f0ff81e37f3e8b3a8ed5577ac8f /sc/Module_sc.mk | |
parent | 9984579e96a966c2e47db98ceeb9a83b1adefa00 (diff) |
Move pivot table tests to a separate test suit
Change-Id: Ic0797a988b7135927a53ca9f16c8bc30d24feef5
Reviewed-on: https://gerrit.libreoffice.org/44673
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
Diffstat (limited to 'sc/Module_sc.mk')
-rw-r--r-- | sc/Module_sc.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/Module_sc.mk b/sc/Module_sc.mk index c55aeeb46a24..732717d5db5e 100644 --- a/sc/Module_sc.mk +++ b/sc/Module_sc.mk @@ -62,6 +62,7 @@ $(eval $(call gb_Module_add_slowcheck_targets,sc, \ CppunitTest_sc_subsequent_export_test \ CppunitTest_sc_html_export_test \ CppunitTest_sc_copypaste \ + CppunitTest_sc_pivottable_filters_test \ )) # Various function tests fail in 32-bit linux_x86 build due to dreaded floating |