Move test files around.
main.cpp is easier for my muscle memory to remember than qhash_string as it is used by a number of other tests. Change-Id: I044f995d55a4ff1328dde0ae27b6e36a80114c38 Reviewed-by: Richard J. Moore <rich@kde.org> Reviewed-by: João Abecasis <joao.abecasis@nokia.com>bb10
parent
2c3221dd07
commit
f61112aa32
|
|
@ -66,7 +66,7 @@ Totals: 4 passed, 0 failed, 0 skipped
|
|||
|
||||
*/
|
||||
|
||||
#include "qhash_string.h"
|
||||
#include "main.h"
|
||||
|
||||
#include <QFile>
|
||||
#include <QHash>
|
||||
|
|
@ -144,4 +144,4 @@ void tst_QHash::javaString()
|
|||
|
||||
QTEST_MAIN(tst_QHash)
|
||||
|
||||
#include "qhash_string.moc"
|
||||
#include "main.moc"
|
||||
|
|
@ -39,7 +39,7 @@
|
|||
**
|
||||
****************************************************************************/
|
||||
|
||||
#include "qhash_string.h"
|
||||
#include "main.h"
|
||||
|
||||
static void doHash(const unsigned short *p, uint &h)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
TARGET = tst_hash
|
||||
QT = core testlib
|
||||
INCLUDEPATH += .
|
||||
SOURCES += qhash_string.cpp outofline.cpp
|
||||
SOURCES += main.cpp outofline.cpp
|
||||
CONFIG += release
|
||||
|
|
|
|||
Loading…
Reference in New Issue