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 \
|
||||
collections \
|
||||
exceptionsafety \
|
||||
qatomicint \
|
||||
qatomicpointer \
|
||||
qbitarray \
|
||||
qbytearray \
|
||||
qbytearraymatcher \
|
||||
@ -22,19 +20,14 @@ SUBDIRS=\
|
||||
qline \
|
||||
qmap \
|
||||
qmargins \
|
||||
qmutex \
|
||||
qmutexlocker \
|
||||
qobjectrace \
|
||||
qpoint \
|
||||
qqueue \
|
||||
qreadlocker \
|
||||
qreadwritelock \
|
||||
qrect \
|
||||
qregexp \
|
||||
qringbuffer \
|
||||
qscopedpointer \
|
||||
qscopedvaluerollback \
|
||||
qsemaphore \
|
||||
qset \
|
||||
qsharedpointer \
|
||||
qsignalspy \
|
||||
@ -50,16 +43,11 @@ SUBDIRS=\
|
||||
qstringmatcher \
|
||||
qstringref \
|
||||
qtextboundaryfinder \
|
||||
qthread \
|
||||
qthreadonce \
|
||||
qthreadstorage \
|
||||
qtime \
|
||||
qtimeline \
|
||||
qtmd5 \
|
||||
qtokenautomaton \
|
||||
qvarlengtharray \
|
||||
qvector \
|
||||
qwaitcondition \
|
||||
qwritelocker \
|
||||
selftests \
|
||||
utf8
|
||||
|
@ -7,4 +7,5 @@ SUBDIRS=\
|
||||
io \
|
||||
kernel \
|
||||
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