Commit graph

5 commits

Author SHA1 Message Date
Ivailo Monev
1032c8ed0b break out of the loop when the benchmark fails
previously a reapted fail of QVERIFY() inside QBENCHMARK() would cause the
test program to hang. also re-enabling network tests in Travis environment

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2016-07-12 03:43:31 +00:00
Ivailo Monev
aa5f508002 make it possible and do skip network related tests in the Travis environment
some tests use QVERIFY() inside QBENCHMARK() which hangs the test
when QVERIFY() fails (this applies to stock Qt4 and with Qt5 as
well)

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2016-07-06 22:13:54 +00:00
Ivailo Monev
8b379d9bd8 export QTDIR for the tests
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2016-01-29 23:18:48 +02:00
Ivailo Monev
6433264e64 add macro for tests and automatically add them on configuration
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2016-01-16 15:06:55 +02:00
Ivailo Monev
bfbc380756 initial import
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2015-12-10 05:06:13 +02:00