context/test: Add flag to test runner helper

This will later be used to allow skipping tests.

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2151>
This commit is contained in:
Jonas Ådahl
2021-05-17 12:12:49 +02:00
committed by Marge Bot
parent 124a1582e1
commit 51368227f2
9 changed files with 23 additions and 9 deletions

View File

@ -1356,5 +1356,6 @@ main (int argc, char *argv[])
init_tests ();
return meta_context_test_run_tests (META_CONTEXT_TEST (context));
return meta_context_test_run_tests (META_CONTEXT_TEST (context),
META_TEST_RUN_FLAG_NONE);
}