Skip to content

Commit

Permalink
Refactored test projects, added top level solution
Browse files Browse the repository at this point in the history
  • Loading branch information
jgonzalez committed Nov 20, 2017
1 parent 544a340 commit a4ae10b
Show file tree
Hide file tree
Showing 25 changed files with 26 additions and 9 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion tests/test1/test1.pro → tests/test01/test01.pro
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
QT += core
QT -= gui

TARGET = test1
TARGET = test01
CONFIG += console
CONFIG -= app_bundle

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion tests/test2/test2.pro → tests/test02/test02.pro
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
QT += core
QT -= gui

TARGET = test2
TARGET = test02
CONFIG += console
CONFIG -= app_bundle

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion tests/test3/test3.pro → tests/test03/test03.pro
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
QT += core
QT -= gui

TARGET = test3
TARGET = test03
CONFIG += console
CONFIG -= app_bundle

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion tests/test4/test4.pro → tests/test04/test04.pro
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
QT += core
QT -= gui

TARGET = test4
TARGET = test04
CONFIG += console
CONFIG -= app_bundle

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion tests/test5/test5.pro → tests/test05/test05.pro
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
QT += core
QT -= gui

TARGET = test5
TARGET = test05
CONFIG += console
CONFIG -= app_bundle

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion tests/test7/test7.pro → tests/test06/test06.pro
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
QT += core
QT -= gui

TARGET = test7
TARGET = test06
CONFIG += console
CONFIG -= app_bundle

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion tests/test6/test6.pro → tests/test07/test07.pro
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
QT += core
QT -= gui

TARGET = test6
TARGET = test07
CONFIG += console
CONFIG -= app_bundle

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion tests/test8/test8.pro → tests/test08/test08.pro
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
QT += core
QT -= gui

TARGET = test8
TARGET = test08
CONFIG += console
CONFIG -= app_bundle

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion tests/test9/test9.pro → tests/test09/test09.pro
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
QT += core
QT -= gui

TARGET = test9
TARGET = test09
CONFIG += console
CONFIG -= app_bundle

Expand Down
17 changes: 17 additions & 0 deletions tests/tests.pro
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
TEMPLATE = subdirs

CONFIG += debug_and_release build_all

SUBDIRS = \
./test01/test01.pro \
./test02/test02.pro \
./test03/test03.pro \
./test04/test04.pro \
./test05/test05.pro \
./test06/test06.pro \
./test07/test07.pro \
./test08/test08.pro \
./test09/test09.pro \
./test10/test10.pro \
./test11/test11.pro \
./test12/test12.pro \

0 comments on commit a4ae10b

Please sign in to comment.