test: make clean checks trustworthy

This commit is contained in:
2026-08-14 22:06:54 +09:00
parent 0471d58dec
commit 77c6dd66ca
4 changed files with 25 additions and 10 deletions

View File

@@ -59,7 +59,7 @@ docker: docker-image
check: verify-map test
$(MAKE) -C xim check
test: $(PROG)
test: $(PROG) gtk
$(MAKE) -C tests check TESTARGS="$(TESTARGS)"
verify-map: