<div dir="ltr">Hey,<br><br><div class="gmail_quote"><div dir="ltr">On Fri, Aug 31, 2018 at 6:06 PM Rahul Gurung <<a href="mailto:gurungrahul2@gmail.com">gurungrahul2@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>hey,</div><div><br></div><div><div>can you tell me how to run a single and specific cpp test to check if it is working or not? I tried the methods told in the documentation it didn't work for me,(as a whole lot of unrelated tests started running) I think I am doing it wrong somewhere, so I need you to tell the exact command, taking a specific test into consideration is going to be helpful.<br></div></div></div></blockquote><div><br></div><div><br></div><div>So there are two parts to it.</div><div><br></div><div>There is the CPPUNIT_TEST_NAME environment variable that you can use to select a single test case from a whole test suite. E.g. from your recent patch: CPPUNIT_TEST_NAME=<code><font face="arial,helvetica,sans-serif">"sc_apitest::ScCellCursorObj::testGoToEnd" make CppunitTest_sc_cellcursorobj would have just executed that one single case from the whole test suite.</font></code></div><div><code><font face="arial,helvetica,sans-serif"><br></font></code></div><div><code><font face="arial,helvetica,sans-serif">The make CppunitTest_sc_cellcursorobj part only rebuilds the corresponding test and all its dependencies however if you call it from the top level this means it will always rebuild a few targets that have not changed. Often it is easier to switch to the corresponding module, in that case sc, and run make -sr CppunitTest_sc_cellcursorobj, which will only rebuild changed dependencies in the corresponding module.</font></code></div><div><code><font face="arial,helvetica,sans-serif"><br></font></code></div><div><code><font face="arial,helvetica,sans-serif">Regards,</font></code></div><div><code><font face="arial,helvetica,sans-serif">Markus</font></code></div><div><code><font face="arial,helvetica,sans-serif"><br></font></code></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div>Thank,<br></div>Rahul Gurung.<br></div></div>
_______________________________________________<br>
LibreOffice mailing list<br>
<a href="mailto:LibreOffice@lists.freedesktop.org" target="_blank">LibreOffice@lists.freedesktop.org</a><br>
<a href="https://lists.freedesktop.org/mailman/listinfo/libreoffice" rel="noreferrer" target="_blank">https://lists.freedesktop.org/mailman/listinfo/libreoffice</a><br>
</blockquote></div></div>