Rename QFile benchmark's source file to tst_bench_qfile.cpp

Let's have fewer files with the same main.cpp name.

Change-Id: Iad94478affcca73a25ed29ba4380f1b3ca4f329d
Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
This commit is contained in:
Edward Welbourne 2021-07-05 18:24:23 +02:00
parent ec7b836455
commit d115f17cb8
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
qt_internal_add_benchmark(tst_bench_qfile
SOURCES
main.cpp
tst_bench_qfile.cpp
PUBLIC_LIBRARIES
Qt::CorePrivate
Qt::Test

View File

@ -615,4 +615,4 @@ void tst_qfile::readSmallFiles()
QTEST_MAIN(tst_qfile)
#include "main.moc"
#include "tst_bench_qfile.moc"