#! /bin/sh
# Copyright (C) 2012 Free Software Foundation, Inc.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2, or (at your option)
# any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see .
# Option 'serial-tests'.
# To avoid useless generation of a sibling test.
am_parallel_tests=yes
am_create_testdir=empty
. ./defs || Exit 1
hasnt_parallel_tests ()
{
$EGREP 'TEST_SUITE_LOG|TEST_LOGS|\.log.*:' $1 && Exit 1
grep 'recheck.*:' $1 && Exit 1
grep '^check-TESTS: \$(TESTS)$' $1
}
has_parallel_tests ()
{
$EGREP '(^| )check-TESTS.*:' $1
$EGREP '(^| )recheck.*:' $1
grep '^\$(TEST_SUITE_LOG): \$(TEST_LOGS)$' $1
grep '^\.test\.log:$' $1
}
mkdir one two
cat >> one/configure.ac < one/Makefile.am
cat >> two/configure.ac < two/bMakefile.am <