]> git.lyx.org Git - features.git/commitdiff
Document how to run tests on windows
authorGeorg Baum <baum@lyx.org>
Thu, 29 Oct 2015 21:20:37 +0000 (22:20 +0100)
committerGeorg Baum <baum@lyx.org>
Thu, 29 Oct 2015 21:20:37 +0000 (22:20 +0100)
lib/doc/Development.lyx

index 8bfb785d226c477c7c91327f5e7848fe5755af93..0fbf144826d4695ee524dbeaab0493c0188e7d29 100644 (file)
@@ -618,38 +618,41 @@ Running the tests
 \end_layout
 
 \begin_layout Standard
-The \SpecialChar LyX
+cmake is required to run the \SpecialChar LyX
+ tests, running them is not implemented for
+ autotools.
+ The \SpecialChar LyX
  tests can be run by the commands 
 \begin_inset Flex Code
 status collapsed
 
 \begin_layout Plain Layout
-make test
+ctest
 \end_layout
 
 \end_inset
 
- (cmake) in the 
+ (all platforms) or 
 \begin_inset Flex Code
 status collapsed
 
 \begin_layout Plain Layout
-autotests
+make test
 \end_layout
 
 \end_inset
 
- subfolder of the build directory.
-\begin_inset Note Note
-status open
+ (when using a make based build system and not MSVC) in the 
+\begin_inset Flex Code
+status collapsed
 
 \begin_layout Plain Layout
-FIXME: Is this possible with autotools?
+autotests
 \end_layout
 
 \end_inset
 
-
+ subfolder of the build directory.
 \end_layout
 
 \begin_layout Section
@@ -730,13 +733,23 @@ The tex2lyx tests can be run by the commands
 \begin_inset Flex Code
 status collapsed
 
+\begin_layout Plain Layout
+ctest
+\end_layout
+
+\end_inset
+
+ (cmake, all platforms), 
+\begin_inset Flex Code
+status collapsed
+
 \begin_layout Plain Layout
 make test
 \end_layout
 
 \end_inset
 
- (cmake) or 
+ (cmake, when using a make based build system and not MSVC) or 
 \begin_inset Flex Code
 status collapsed