fix: repair XIM context lifecycle

This commit is contained in:
2026-08-12 15:56:43 +09:00
parent 103f2ec448
commit 1295480858
6 changed files with 181 additions and 43 deletions

View File

@@ -49,6 +49,7 @@ docker-check: docker
$(DOCKER_IMAGE) make check
check: verify-map test
$(MAKE) -C xim check
test:
$(MAKE) -C tests check TESTARGS="$(TESTARGS)"