Rename QVector benchmark and its main.cpp for consistency
The usual pattern (at least in corelib) is tst_bench_[lowercased class-name] for the test and the same with .cpp for the source-file name. So s/(main|tst_bench_vector)/tst_bench_qvector/g Change-Id: Ic9bd3ac87adfaec189409c2259cc674ebcec602c Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
This commit is contained in:
parent
a87411cefa
commit
7a4bf7bd05
@ -1,12 +1,12 @@
|
|||||||
# Generated from qvector.pro.
|
# Generated from qvector.pro.
|
||||||
|
|
||||||
#####################################################################
|
#####################################################################
|
||||||
## tst_bench_vector Binary:
|
## tst_bench_qvector Binary:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
qt_internal_add_benchmark(tst_bench_vector
|
qt_internal_add_benchmark(tst_bench_qvector
|
||||||
SOURCES
|
SOURCES
|
||||||
main.cpp
|
tst_bench_qvector.cpp
|
||||||
outofline.cpp
|
outofline.cpp
|
||||||
INCLUDE_DIRECTORIES
|
INCLUDE_DIRECTORIES
|
||||||
.
|
.
|
||||||
|
@ -250,4 +250,4 @@ void tst_QVector::mixedvector_fill_and_return()
|
|||||||
|
|
||||||
QTEST_MAIN(tst_QVector)
|
QTEST_MAIN(tst_QVector)
|
||||||
|
|
||||||
#include "main.moc"
|
#include "tst_bench_qvector.moc"
|
Loading…
x
Reference in New Issue
Block a user