Commit graph

7 commits

Author SHA1 Message Date
Ivailo Monev
3683238eac just do not run the tests/benchmakrs in Travis for now 2016-08-28 03:44:36 +03:00
Ivailo Monev
e47005fd7d make it possible to skip tests in Travis
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2016-07-14 16:38:29 +00:00
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