summaryrefslogtreecommitdiffstats
path: root/tests/baseline
diff options
context:
space:
mode:
authorVolker Hilsheimer <[email protected]>2022-01-19 14:39:11 +0100
committerVolker Hilsheimer <[email protected]>2022-01-20 22:56:11 +0100
commitc7539876f69ae0e19d39326d3e8d889fe51f3f57 (patch)
tree7e5c33fff50a85103f10f9faceb5cc2acd953fda /tests/baseline
parent7f318327e57122c7f49bdef9915153f6956a5c7d (diff)
Baseline: Move the paintcommands code into the shared directory
It's used by the lancebench and the lance tool, and it will probably be useful for writing some high-dpi related unit and baseline test cases, so move it to the shared folder. Change-Id: I969bab51c9504be13b4c192b4f29f69cd9102868 Reviewed-by: Eirik Aavitsland <[email protected]>
Diffstat (limited to 'tests/baseline')
-rw-r--r--tests/baseline/painting/CMakeLists.txt2
-rw-r--r--tests/baseline/shared/paintcommands.cpp (renamed from tests/baseline/painting/paintcommands.cpp)0
-rw-r--r--tests/baseline/shared/paintcommands.h (renamed from tests/baseline/painting/paintcommands.h)0
3 files changed, 1 insertions, 1 deletions
diff --git a/tests/baseline/painting/CMakeLists.txt b/tests/baseline/painting/CMakeLists.txt
index 95a006da756..b32d8f13244 100644
--- a/tests/baseline/painting/CMakeLists.txt
+++ b/tests/baseline/painting/CMakeLists.txt
@@ -12,7 +12,7 @@ qt_internal_add_test(tst_baseline_painting
SOURCES
../shared/baselineprotocol.cpp ../shared/baselineprotocol.h ../shared/lookup3.cpp
../shared/qbaselinetest.cpp ../shared/qbaselinetest.h
- paintcommands.cpp paintcommands.h
+ ../shared/paintcommands.cpp ../shared/paintcommands.h
tst_baseline_painting.cpp
INCLUDE_DIRECTORIES
../shared
diff --git a/tests/baseline/painting/paintcommands.cpp b/tests/baseline/shared/paintcommands.cpp
index d2e48688f93..d2e48688f93 100644
--- a/tests/baseline/painting/paintcommands.cpp
+++ b/tests/baseline/shared/paintcommands.cpp
diff --git a/tests/baseline/painting/paintcommands.h b/tests/baseline/shared/paintcommands.h
index 15c6d3fa580..15c6d3fa580 100644
--- a/tests/baseline/painting/paintcommands.h
+++ b/tests/baseline/shared/paintcommands.h