EXTRA_DIST += t/README t/ax/is t/ax/is_newest
+# Hand-written tests for stuff in 'contrib/'.
+include $(srcdir)/contrib/t/local.am
+
# All tests, both hand-written and autogenerated.
# IMPORTANT: This assumes that the autogenerated tests are placed
# in the $(srcdir) as well!
TESTS = \
$(long_running_TESTS) \
- $(filter-out $(long_running_TESTS), $(all_TESTS))
+ $(filter-out $(long_running_TESTS), $(all_TESTS)) \
+ $(contrib_TESTS)
EXTRA_DIST += $(TESTS)
$(AM_V_at)chmod a-w $(@F)-t && mv -f $(@F)-t $@
EXTRA_DIST += gen-testsuite-part
-# Hand-written tests for stuff in 'contrib/'.
-include $(srcdir)/contrib/t/local.am
-TESTS += $(contrib_TESTS)
-EXTRA_DIST += $(contrib_TESTS)
-
# Static dependencies valid for each test case.
check_SCRIPTS = t/wrap/aclocal-$(APIVERSION) t/wrap/automake-$(APIVERSION)
dist_check_DATA = \
contrib_TESTS = \
$(contrib_testsuite_dir)/parallel-tests-html.sh \
- $(contrib_testsuite_dir)/parallel-tests-html-recursive.sh \
- $(contrib_testsuite_dir)/help-multilib.sh \
- $(contrib_testsuite_dir)/multilib.sh
+ $(contrib_testsuite_dir)/parallel-tests-html-recursive.sh