forked from qt-creator/qt-creator
Doc: Reflect changes made to Auto Test Project wizard
Change-Id: I0e1fedf2d2ecbc85c2c589b73a709780511833c8 Task-number: QTCREATORBUG-18283 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -49,7 +49,7 @@
|
|||||||
|
|
||||||
\list 1
|
\list 1
|
||||||
\li Select \uicontrol File > \uicontrol {New File or Project} >
|
\li Select \uicontrol File > \uicontrol {New File or Project} >
|
||||||
\uicontrol {Other Project} > \uicontrol {Auto Test} >
|
\uicontrol {Other Project} > \uicontrol {Auto Test Project} >
|
||||||
\uicontrol Choose to create a project with boilerplate code for a
|
\uicontrol Choose to create a project with boilerplate code for a
|
||||||
Qt test.
|
Qt test.
|
||||||
|
|
||||||
@@ -76,10 +76,9 @@
|
|||||||
executed by the testing framework to initialize and clean
|
executed by the testing framework to initialize and clean
|
||||||
up the test.
|
up the test.
|
||||||
|
|
||||||
\li In the \uicontrol {Build auto tests} field, select
|
\li In the \uicontrol {Build system} field, select the build
|
||||||
\uicontrol Always to always build the test when building
|
system to use for building the project: qmake, CMake, or
|
||||||
the project or \uicontrol {Debug Only} to only build it
|
Qbs.
|
||||||
during debug builds.
|
|
||||||
|
|
||||||
\endlist
|
\endlist
|
||||||
|
|
||||||
@@ -95,7 +94,7 @@
|
|||||||
|
|
||||||
\list 1
|
\list 1
|
||||||
\li Select \uicontrol File > \uicontrol {New File or Project} >
|
\li Select \uicontrol File > \uicontrol {New File or Project} >
|
||||||
\uicontrol {Other Project} > \uicontrol {Auto Test} >
|
\uicontrol {Other Project} > \uicontrol {Auto Test Project} >
|
||||||
\uicontrol Choose to create a project with boilerplate code for a
|
\uicontrol Choose to create a project with boilerplate code for a
|
||||||
Google test.
|
Google test.
|
||||||
|
|
||||||
@@ -116,11 +115,6 @@
|
|||||||
\li Select the \uicontrol {Enable C++ 11} check box to
|
\li Select the \uicontrol {Enable C++ 11} check box to
|
||||||
support C++ 11 features in the test.
|
support C++ 11 features in the test.
|
||||||
|
|
||||||
\li In the \uicontrol {Build auto tests} field, select
|
|
||||||
\uicontrol Always to always build the test when building
|
|
||||||
the project or \uicontrol {Debug Only} to only build it
|
|
||||||
during debug builds.
|
|
||||||
|
|
||||||
\li In the \uicontrol {Google test repository} field, select
|
\li In the \uicontrol {Google test repository} field, select
|
||||||
a directory that contains a clone of the googletest
|
a directory that contains a clone of the googletest
|
||||||
repository.
|
repository.
|
||||||
@@ -128,6 +122,10 @@
|
|||||||
To use an installed Google C++ Testing framework instead,
|
To use an installed Google C++ Testing framework instead,
|
||||||
see \l{Setting Up the Google C++ Testing Framework}.
|
see \l{Setting Up the Google C++ Testing Framework}.
|
||||||
|
|
||||||
|
\li In the \uicontrol {Build system} field, select the build
|
||||||
|
system to use for building the project: qmake, CMake, or
|
||||||
|
Qbs.
|
||||||
|
|
||||||
\endlist
|
\endlist
|
||||||
|
|
||||||
\endlist
|
\endlist
|
||||||
|
|||||||
Reference in New Issue
Block a user