Skip to content

Commit

Permalink
Rename some manual test to be unique
Browse files Browse the repository at this point in the history
This patch renames some of the manual test by prefixing them with
tst_manual_ to make sure they are unique in the project structure. This
is a requirement for the CMake port.

Change-Id: Ie393b125ce5a35b7069cf006db0f3af8c4fda5b4
Reviewed-by: Simon Hausmann <[email protected]>
Reviewed-by: Alexandru Croitor <[email protected]>
  • Loading branch information
Leander Beernaert committed Nov 11, 2019
1 parent 35b5100 commit 937e014
Show file tree
Hide file tree
Showing 12 changed files with 14 additions and 7 deletions.
2 changes: 2 additions & 0 deletions tests/manual/gestures/graphicsview/graphicsview.pro
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
QT += widgets

TARGET = tst_manual_graphicsview

SOURCES += main.cpp \
imageitem.cpp \
gestures.cpp \
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
TEMPLATE = app
TARGET = tst_qhttpnetworkconnection
TARGET = tst_manual_qhttpnetworkconnection

QT -= gui
QT += network testlib
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
TEMPLATE = app
TARGET = tst_qnetworkconfiguration
TARGET = tst_manual_qnetworkconfiguration

QT -= gui
QT += network testlib
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
TEMPLATE = app
TARGET = tst_qnetworkconfigurationmanager
TARGET = tst_manual_qnetworkconfigurationmanager

QT -= gui
QT += network testlib
Expand Down
2 changes: 1 addition & 1 deletion tests/manual/qnetworkreply/qnetworkreply.pro
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
TEMPLATE = app
TARGET = tst_qnetworkreply
TARGET = tst_manual_qnetworkreply

QT -= gui
QT += core-private network network-private testlib
Expand Down
2 changes: 1 addition & 1 deletion tests/manual/qsslsocket/qsslsocket.pro
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ CONFIG += testcase
SOURCES += main.cpp
QT = core network testlib

TARGET = tst_qsslsocket
TARGET = tst_manual_qsslsocket
1 change: 1 addition & 0 deletions tests/manual/repaint/mainwindow/mainwindow.pro
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
TARGET = tst_manual_mainwindow
QT += widgets
HEADERS += ../shared/shared.h
SOURCES += main.cpp
1 change: 1 addition & 0 deletions tests/manual/repaint/scrollarea/scrollarea.pro
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
QT += widgets
TARGET = tst_manual_scrollarea
HEADERS += ../shared/shared.h
SOURCES += main.cpp
1 change: 1 addition & 0 deletions tests/manual/repaint/toplevel/toplevel.pro
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
CONFIG += console
QT += widgets

TARGET = tst_manual_toplevel
HEADERS += ../shared/shared.h
SOURCES += main.cpp
2 changes: 2 additions & 0 deletions tests/manual/windowflags/windowflags.pro
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
TARGET = tst_manual_windowflags

HEADERS = controllerwindow.h \
previewwindow.h \
controls.h
Expand Down
2 changes: 1 addition & 1 deletion tests/manual/xembed-raster/xembed-raster.pro
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
TEMPLATE = app
TARGET= rasterwindow
TARGET= tst_manual_rasterwindow
QT += gui

SOURCES += \
Expand Down
2 changes: 1 addition & 1 deletion tests/manual/xembed-widgets/xembed-widgets.pro
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
TEMPLATE = app
TARGET= lineedits
TARGET= tst_manual_lineedits
QT += widgets

SOURCES += \
Expand Down

0 comments on commit 937e014

Please sign in to comment.