Skip to content

Commit 69f73db

Browse files
author
Miikka Heikkinen
committed
Moved manual tests to separate directory.
This allows publishing autotests. Git export attributes changed accordingly. Change-Id: I6db2eb52dabdb8f12e0bc2a992a873abfa15b1a5 Reviewed-by: Titta Heikkala <titta.heikkala@theqtcompany.com>
1 parent c6ed50e commit 69f73db

File tree

146 files changed

+740
-733
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

146 files changed

+740
-733
lines changed

.gitattributes

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,4 @@
22
.gitignore export-ignore
33
.gitattributes export-ignore
44
.commit-template export-ignore
5-
tests export-ignore
65
tools export-ignore

tests/.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
.gitattributes export-ignore
2+
manual export-ignore

tests/boxplottester/boxplottester.pro renamed to tests/manual/boxplottester/boxplottester.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
!include( ../tests.pri ) {
1+
!include( ../../tests.pri ) {
22
error( "Couldn't find the test.pri file!" )
33
}
44

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

tests/chartviewer/chartviewer.pro renamed to tests/manual/chartviewer/chartviewer.pro

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
!include( ../tests.pri ):error( "Couldn't find the tests.pri file!" )
1+
!include( ../../tests.pri ) {
2+
error( "Couldn't find the test.pri file!" )
3+
}
24
include(charts/charts.pri)
35
TARGET = chartviewer
46
QT += opengl
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

tests/chartwidgettest/chartwidgettest.pro renamed to tests/manual/chartwidgettest/chartwidgettest.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
!include( ../tests.pri ) {
1+
!include( ../../tests.pri ) {
22
error( "Couldn't find the test.pri file!" )
33
}
44

0 commit comments

Comments
 (0)