Hi, run-conformtest.sh takes most of time in "make check". When I am working on unrelated changes, it is too long. conform/Makefile has ifneq (yes,$(fast-check)) ifeq (no,$(cross-compiling)) tests: $(objpfx)run-conformtest.out endif endif But fast-check isn't set anywhere. Should we add --enable-fast-check to configure? -- H.J.