tests: Move out KMS utils unit tests to its own executable

Better to split things up a bit, so one can with more ease run a
specific test.

In the KMS utils case, we don't even need a mutter context, making it
much lighter.

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1927>
This commit is contained in:
Jonas Ådahl
2021-07-09 12:37:14 +02:00
committed by Marge Bot
parent ec390b68c5
commit 021a401bc8
4 changed files with 32 additions and 32 deletions

View File

@ -29,7 +29,6 @@
#include "core/boxes-private.h"
#include "core/main-private.h"
#include "tests/boxes-tests.h"
#include "tests/kms-utils-unit-tests.h"
#include "tests/meta-backend-test.h"
#include "tests/monitor-config-migration-unit-tests.h"
#include "tests/monitor-unit-tests.h"
@ -251,7 +250,6 @@ init_tests (int argc, char **argv)
g_test_add_func ("/core/boxes/adjacent-to", meta_test_adjacent_to);
init_kms_utils_tests ();
init_monitor_store_tests ();
init_monitor_config_migration_tests ();
init_monitor_tests ();