summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/thread/qatomicinteger/cxx11/qlonglong/qlonglong.pro
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2015-01-15 15:16:53 -0800
committerThiago Macieira <thiago.macieira@intel.com>2015-03-05 00:05:00 +0000
commit212285639d748c7def8648f89b8c1c21c5f481e6 (patch)
treee283c0e0e99fb5aee81a2364f4ed00478bc26b36 /tests/auto/corelib/thread/qatomicinteger/cxx11/qlonglong/qlonglong.pro
parent126d489f7f561bc3967ee2a36624c3b1fa26f974 (diff)
Add missing fetchAndXxx methods to atomic classes based on std::atomic
And add tests for the GCC intrinsics and for std::atomic. Task-number: QTBUG-43794 Change-Id: Ic5d393bfd36e48a193fcffff13b9b2dbaee80469 Reviewed-by: Olivier Goffart (Woboq GmbH) <ogoffart@woboq.com>
Diffstat (limited to 'tests/auto/corelib/thread/qatomicinteger/cxx11/qlonglong/qlonglong.pro')
-rw-r--r--tests/auto/corelib/thread/qatomicinteger/cxx11/qlonglong/qlonglong.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/corelib/thread/qatomicinteger/cxx11/qlonglong/qlonglong.pro b/tests/auto/corelib/thread/qatomicinteger/cxx11/qlonglong/qlonglong.pro
new file mode 100644
index 0000000000..64401f0229
--- /dev/null
+++ b/tests/auto/corelib/thread/qatomicinteger/cxx11/qlonglong/qlonglong.pro
@@ -0,0 +1 @@
+include(../../qatomicinteger.pri)