test: Add flags argument to test_get_context()
[platform/upstream/libxkbcommon.git] / test / common.c
index 400d872..df79272 100644 (file)
@@ -183,7 +183,7 @@ test_read_file(const char *path_rel)
 }
 
 struct xkb_context *
-test_get_context(void)
+test_get_context(enum test_context_flags test_flags)
 {
     struct xkb_context *ctx = xkb_context_new(XKB_CONTEXT_NO_DEFAULT_INCLUDES);