On Thu, Feb 7, 2013 at 3:58 AM, Kornel Benko <kor...@lyx.org> wrote: > Am Donnerstag, 7. Februar 2013 um 03:39:22, schrieb Scott Kostyshak > <skost...@lyx.org> > >> On Thu, Feb 7, 2013 at 3:27 AM, Kornel Benko <kor...@lyx.org> wrote: > >> > Am Donnerstag, 7. Februar 2013 um 01:06:18, schrieb Scott Kostyshak > >> > <skost...@lyx.org> > >> > > >> >> What happens when a Windows user tries to run all tests with "ctest"? > >> > > >> >> Specifically, what happens when it comes to the autotests? > >> > > >> > > >> > > >> > Because of lack of xvkbd, they are not enabled on windows. > >> > >> Good. I was worried it would try to run the tests and maybe cause a > >> premature exit of ctest. But it sounds like ctest only runs > >> non-autotests. Although I guess this means that it doesn't run the > >> export tests? > > > > Export _is_ allowed. Look in development/autotests/CMakeLists.txt. > > > > Only lines 7--48 are guarded with Q_WS_X11.
Ah, perfect. Thanks, Scott