Am Dienstag, 27. Oktober 2015 um 00:48:44, schrieb Stephan Witt <st.w...@gmx.net> > Am 26.10.2015 um 12:18 schrieb Kornel Benko <kor...@lyx.org>: > > > Am Montag, 26. Oktober 2015 um 11:43:07, schrieb Stephan Witt > > <st.w...@gmx.net> > >> Am 26.10.2015 um 09:46 schrieb Kornel Benko <kor...@lyx.org>: > >> > >>> They are started, because otherwise you would not see 'out of 199'. > >>> What was your exact test command? > >> > >> This is the command: > >> > >> $ (cd /Users/stephan/git/lyx-build/cmake/2.2.0dev;ctest -C Debug) > > > > Wow ... never used it this way ... > > But then I wonder, why only 199 tests ... > > Apparently you have not configured cmake for export tests (cmake ... > > -DLYX_ENABLE_EXPORT_TESTS=ON …) > > Yes, this make a huge difference - now I've 4621 tests to run :)
:) > After 11 hours I'm at test 1405 of 4621… (running with one job at a time). For that many export tests, I would use 'ctest -j8' (in case you have multiple cores). I normally run 'ctest -j12 -R "export.*pdf"'. Having 8 cores makes the run significantly faster. Some tests may fail because of this parallel handling (I did not found why yet), so I repeat the failed tests without the '-j12' param with the command 'ctest --rerun-failed'. > Stephan Kornel
signature.asc
Description: This is a digitally signed message part.