forked from qt-creator/qt-creator
Terminal: Make test actually manual
Change-Id: Ib44111401c4b4e1f16c8c53b6bd1f323f725cdd1 Reviewed-by: Cristian Adam <cristian.adam@qt.io>
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
add_qtc_test(tst_terminal
|
add_qtc_test(tst_terminal
|
||||||
|
MANUALTEST
|
||||||
DEPENDS Utils
|
DEPENDS Utils
|
||||||
SOURCES tst_terminal.cpp
|
SOURCES tst_terminal.cpp
|
||||||
)
|
)
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
import qbs
|
import qbs
|
||||||
|
|
||||||
QtcAutotest {
|
QtcManualTest {
|
||||||
name: "Terminal autotest"
|
name: "Terminal autotest"
|
||||||
Depends { name: "Utils" }
|
Depends { name: "Utils" }
|
||||||
files: "tst_terminal.cpp"
|
files: "tst_terminal.cpp"
|
||||||
|
Reference in New Issue
Block a user