tests/monitor-manager: Move out CRTC and output to separate files

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3812>
This commit is contained in:
Jonas Ådahl
2024-06-14 22:38:05 +02:00
committed by Marge Bot
parent b94a5de39d
commit c8d3465e83
9 changed files with 242 additions and 155 deletions

View File

@ -28,7 +28,8 @@
#include "backends/meta-logical-monitor.h"
#include "backends/meta-monitor-config-manager.h"
#include "backends/meta-monitor-config-store.h"
#include "backends/meta-output.h"
#include "tests/meta-crtc-test.h"
#include "tests/meta-output-test.h"
#include "tests/meta-test-utils.h"
#include "meta-backend-test.h"