From dc44b86a6e258e4e5fe606c6a5072170e7bc3313 Mon Sep 17 00:00:00 2001 From: Holger Ihrig Date: Wed, 24 Aug 2011 12:13:20 +0200 Subject: Moving relevant tests to corelib/global Task-number: QTBUG-21066 Change-Id: I011e601f599e11365c76598631a443b82ab9fb30 Reviewed-on: http://codereview.qt.nokia.com/3487 Reviewed-by: Qt Sanity Bot Reviewed-by: Rohan McGovern Reviewed-by: Sergio Ahumada Reviewed-by: Jason McDonald --- tests/auto/corelib/global/qrand/qrand.pro | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 tests/auto/corelib/global/qrand/qrand.pro (limited to 'tests/auto/corelib/global/qrand/qrand.pro') diff --git a/tests/auto/corelib/global/qrand/qrand.pro b/tests/auto/corelib/global/qrand/qrand.pro new file mode 100644 index 0000000000..0db8af821c --- /dev/null +++ b/tests/auto/corelib/global/qrand/qrand.pro @@ -0,0 +1,4 @@ +load(qttest_p4) +SOURCES += tst_qrand.cpp +QT = core +CONFIG += parallel_test -- cgit v1.2.3