Moving relevant tests to corelib/thread
Task-number: QTBUG-21066 Change-Id: Ia16fa8961f1a73f4da6709197b5dd9929c16583f Reviewed-on: http://codereview.qt.nokia.com/3663 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com> Reviewed-by: Jason McDonald <jason.mcdonald@nokia.com>
This commit is contained in:
parent
c9a5ccb268
commit
82e715b277
@ -3,8 +3,6 @@ SUBDIRS=\
|
|||||||
corelib \
|
corelib \
|
||||||
collections \
|
collections \
|
||||||
exceptionsafety \
|
exceptionsafety \
|
||||||
qatomicint \
|
|
||||||
qatomicpointer \
|
|
||||||
qbitarray \
|
qbitarray \
|
||||||
qbytearray \
|
qbytearray \
|
||||||
qbytearraymatcher \
|
qbytearraymatcher \
|
||||||
@ -22,19 +20,14 @@ SUBDIRS=\
|
|||||||
qline \
|
qline \
|
||||||
qmap \
|
qmap \
|
||||||
qmargins \
|
qmargins \
|
||||||
qmutex \
|
|
||||||
qmutexlocker \
|
|
||||||
qobjectrace \
|
qobjectrace \
|
||||||
qpoint \
|
qpoint \
|
||||||
qqueue \
|
qqueue \
|
||||||
qreadlocker \
|
|
||||||
qreadwritelock \
|
|
||||||
qrect \
|
qrect \
|
||||||
qregexp \
|
qregexp \
|
||||||
qringbuffer \
|
qringbuffer \
|
||||||
qscopedpointer \
|
qscopedpointer \
|
||||||
qscopedvaluerollback \
|
qscopedvaluerollback \
|
||||||
qsemaphore \
|
|
||||||
qset \
|
qset \
|
||||||
qsharedpointer \
|
qsharedpointer \
|
||||||
qsignalspy \
|
qsignalspy \
|
||||||
@ -50,16 +43,11 @@ SUBDIRS=\
|
|||||||
qstringmatcher \
|
qstringmatcher \
|
||||||
qstringref \
|
qstringref \
|
||||||
qtextboundaryfinder \
|
qtextboundaryfinder \
|
||||||
qthread \
|
|
||||||
qthreadonce \
|
|
||||||
qthreadstorage \
|
|
||||||
qtime \
|
qtime \
|
||||||
qtimeline \
|
qtimeline \
|
||||||
qtmd5 \
|
qtmd5 \
|
||||||
qtokenautomaton \
|
qtokenautomaton \
|
||||||
qvarlengtharray \
|
qvarlengtharray \
|
||||||
qvector \
|
qvector \
|
||||||
qwaitcondition \
|
|
||||||
qwritelocker \
|
|
||||||
selftests \
|
selftests \
|
||||||
utf8
|
utf8
|
||||||
|
@ -7,4 +7,5 @@ SUBDIRS=\
|
|||||||
io \
|
io \
|
||||||
kernel \
|
kernel \
|
||||||
plugin \
|
plugin \
|
||||||
statemachine
|
statemachine \
|
||||||
|
thread
|
||||||
|
14
tests/auto/corelib/thread/thread.pro
Normal file
14
tests/auto/corelib/thread/thread.pro
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
TEMPLATE=subdirs
|
||||||
|
SUBDIRS=\
|
||||||
|
qatomicint \
|
||||||
|
qatomicpointer \
|
||||||
|
qmutex \
|
||||||
|
qmutexlocker \
|
||||||
|
qreadlocker \
|
||||||
|
qreadwritelock \
|
||||||
|
qsemaphore \
|
||||||
|
qthread \
|
||||||
|
qthreadonce \
|
||||||
|
qthreadstorage \
|
||||||
|
qwaitcondition \
|
||||||
|
qwritelocker
|
Loading…
x
Reference in New Issue
Block a user