1 ## Process this file with automake to create Makefile.in
3 # Copyright (C) 1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004, 2005,
4 # 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
6 # This program is free software; you can redistribute it and/or modify
7 # it under the terms of the GNU General Public License as published by
8 # the Free Software Foundation; either version 2, or (at your option)
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY; without even the implied warranty of
13 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 # GNU General Public License for more details.
16 # You should have received a copy of the GNU General Public License
17 # along with this program. If not, see <http://www.gnu.org/licenses/>.
24 pr8365-remake-timing.test \
25 yacc-dist-nobuild-subdir.test \
29 include $(srcdir)/parallel-tests.am
31 $(srcdir)/parallel-tests.am: gen-parallel-tests Makefile.am
32 (cd $(srcdir) && $(SHELL) ./gen-parallel-tests) >$@
34 $(parallel_tests): $(parallel_tests:-p.test=.test) Makefile.am
35 input=`echo $@ | sed 's,.*/,,; s,-p.test$$,.test,'`; \
36 sed 's|^\. \./defs.*|parallel_tests=yes; &|' \
37 < $(srcdir)/$$input >$@
40 MAINTAINERCLEANFILES = $(parallel_tests)
42 # Some testsuite-influential variables should be overridable from the
43 # test scripts, but not from the environment.
45 test x"$$me" = x || unset me; \
46 test x"$$required" = x || unset required; \
47 test x"$$parallel_tests" = x || unset parallel_tests;
50 self-check-env-sanitize.test \
51 self-check-report.test \
90 amhello-cross-compile.test \
96 ansi2knr-deprecation.test \
126 autodist-subdir.test \
127 autodist-acconfig.test \
128 autodist-acconfig-no-subdir.test \
129 autodist-aclocal-m4.test \
130 autodist-config-headers.test \
131 autodist-configure-no-subdir.test \
132 autodist-no-duplicate.test \
133 autodist-stamp-vti.test \
173 check-exported-srcdir.test \
174 check-tests-in-builddir.test \
175 check-tests_environment.test \
176 check-concurrency-bug9245.test \
177 tests-environment-backcompat.test \
203 comments-in-var-def.test \
210 compile_f90_c_cxx.test \
211 compile_f_c_cxx.test \
327 dist-included-parent-dir.test \
328 distcleancheck.test \
339 distcheck-configure-flags.test \
340 distcheck-configure-flags-am.test \
341 distcheck-configure-flags-subpkg.test \
342 distcheck-hook.test \
343 distcheck-hook2.test \
345 doc-parsing-buglets-colneq-subst.test \
346 doc-parsing-buglets-tabs.test \
409 hdr-vars-defined-once.test \
420 help-maintainer.test \
446 instdir-python.test \
452 instfail-libtool.test \
458 instmany-python.test \
466 java-empty-classpath.test \
476 lex-subobj-nodep.test \
538 maintclean-vpath.test \
571 nobase-libtool.test \
612 parallel-tests.test \
613 parallel-tests2.test \
614 parallel-tests3.test \
615 parallel-tests4.test \
616 parallel-tests5.test \
617 parallel-tests6.test \
618 parallel-tests7.test \
619 parallel-tests8.test \
620 parallel-tests9.test \
621 parallel-tests10.test \
622 parallel-tests-harderror.test \
623 parallel-tests-unreadable-log.test \
624 parallel-tests-subdir.test \
625 parallel-tests-log-override-1.test \
626 parallel-tests-log-override-2.test \
627 parallel-tests-log-override-recheck.test \
628 parallel-tests-log-compiler-example.test \
671 primary-prefix-invalid-couples.test \
672 primary-prefix-valid-couples.test \
673 primary-prefix-couples-force-valid.test \
674 primary-prefix-couples-documented-valid.test \
697 remake-subdir-from-subdir.test \
698 remake-subdir-gnu.test \
700 remake-subdir2.test \
701 remake-subdir-long-time.test \
702 pr8365-remake-timing.test \
721 silent-many-gcc.test \
722 silent-many-generic.test \
723 silent-lex-gcc.test \
724 silent-lex-generic.test \
725 silent-yacc-gcc.test \
726 silent-yacc-generic.test \
727 silent-configsite.test \
762 subdirbuiltsources.test \
890 yacc-dist-nobuild-subdir.test \
895 EXTRA_DIST = ChangeLog-old gen-parallel-tests $(TESTS)
897 # Each test case depends on defs, aclocal, and automake.
898 check_SCRIPTS = defs aclocal-$(APIVERSION) automake-$(APIVERSION)
900 clean-local: clean-local-check
901 .PHONY: clean-local-check
903 -set x *.dir; shift; \
904 if test "$$#,$$1" = "1,*.dir"; then \
905 : there is no test directory to clean; \
907 find "$$@" -type d ! -perm -700 -exec chmod u+rwx {} ';'; \