From e8f93e38debf4f46dbda4de198b9dd475df42d5c Mon Sep 17 00:00:00 2001 From: Eirik Aavitsland Date: Mon, 15 Nov 2021 13:36:48 +0100 Subject: Rename and restructure the baseline (lancelot) testing code In preparation for addition of new baseline tests, establish a new test category, "baseline". This is similar to the category "benchmarks" in that it contains tests that use the QTest framework, but conceptually are not unit tests, in contrast to those under auto/. Move the existing QPainter baseline test, tst_lancelot, into this new category, and rename it accordingly. Baseline tests use the QBaselineTest extension to QTest. Move that extension too into the tests/baseline directory, allowing the clean out of the baselineserver directory. Pick-to: 6.2 Change-Id: I1b527f5867c953b1d22be73798fcf7d1494712ea Reviewed-by: Qt CI Bot Reviewed-by: Eirik Aavitsland Reviewed-by: Volker Hilsheimer --- tests/baselineserver/shared/baselineprotocol.pri | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 tests/baselineserver/shared/baselineprotocol.pri (limited to 'tests/baselineserver/shared/baselineprotocol.pri') diff --git a/tests/baselineserver/shared/baselineprotocol.pri b/tests/baselineserver/shared/baselineprotocol.pri deleted file mode 100644 index 996f9d5a1f..0000000000 --- a/tests/baselineserver/shared/baselineprotocol.pri +++ /dev/null @@ -1,10 +0,0 @@ -INCLUDEPATH += $$PWD - -QT *= network - -SOURCES += \ - $$PWD/baselineprotocol.cpp \ - $$PWD/lookup3.cpp - -HEADERS += \ - $$PWD/baselineprotocol.h -- cgit v1.2.3