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:
@ -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 ();
|
||||
|
Reference in New Issue
Block a user