Terminal: Make test actually manual

Change-Id: Ib44111401c4b4e1f16c8c53b6bd1f323f725cdd1
Reviewed-by: Cristian Adam <cristian.adam@qt.io>
This commit is contained in:
Marcus Tillmanns
2023-11-08 09:32:02 +01:00
parent 05ef0d9cb9
commit 503fd8121d
2 changed files with 2 additions and 1 deletions

View File

@@ -1,4 +1,5 @@
add_qtc_test(tst_terminal
MANUALTEST
DEPENDS Utils
SOURCES tst_terminal.cpp
)

View File

@@ -1,6 +1,6 @@
import qbs
QtcAutotest {
QtcManualTest {
name: "Terminal autotest"
Depends { name: "Utils" }
files: "tst_terminal.cpp"