## Used by (at least) 'check-typos.am'.
am.conf.using-parallel-tests := yes
-am__is_xfail_test = \
+am.test-suite.is-xfail = \
$(if $(filter-out $(am.test-suite.xfail-test-bases), \
$(patsubst $(srcdir)/%,%,$(1))),no,yes)
--trs-file $*.trs \
--color-tests "$$am__color_tests" \
--enable-hard-errors $(if $(DISABLE_HARD_ERRORS),no,yes) \
- --expect-failure $(call am__is_xfail_test,$*) \
+ --expect-failure $(call am.test-suite.is-xfail,$*) \
$(AM_$(1)LOG_DRIVER_FLAGS) \
$($(1)LOG_DRIVER_FLAGS) \
-- \