[Libreoffice-qa] Need help in compiling and running Test cases in Libreoffice

Stephan Bergmann sbergman at redhat.com
Fri Sep 20 08:20:01 PDT 2013


On 09/10/2013 01:50 PM, Tushar wrote:
> I was trying to run some unit test cases in Libreoffice code to take an
> example
> core/sc/qa/extras/regression-test.cxx in a following manner :
>
> /make -rf  CppunitTest_sc_chart_regression_test.mk
> qa/extras/regression-test.cx <http://regression-test.cx>/x
>
> however it is giving _make: Nothing to be done for
> `qa/extras/regression-test.cxx'._

sc/CppunitTest_sc_chart_regression_test.mk is special in that it is 
commented out in sc/Module_sc.mk since 
<http://cgit.freedesktop.org/libreoffice/core/commit/?id=782c3ccb3bc608a24483a64ae6bbaebcd917ce0d> 
"disable chart test for now."  If it were not, the way to run that test 
would be "make CppunitTest_sc_chart_regression_test" (optionally 
preceded by "cd sc" for faster turnaround).

Moggi, is disabling that test still relevant?

Stephan


More information about the Libreoffice-qa mailing list