]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
Merge branch 'fixup-v1.11b-128-g1588135' into ng/master
authorStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 18 May 2012 14:05:25 +0000 (16:05 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 18 May 2012 14:05:25 +0000 (16:05 +0200)
fixup-v1.11b-128-g1588135:
  [ng] tests: fix a botched comment (about $(srcdir)/ in TESTS)

1  2 
t/parallel-tests-srcdir-in-test-name.sh

index db81aa6e0c85f8762aa33c2f2e99595431a852de,dd3b381cf072b3568c3a69ce0a3bd21c32949f0b..f137e9385bdbf73dca3c757bbfcc097de5d34ae4
  # You should have received a copy of the GNU General Public License
  # along with this program.  If not, see <http://www.gnu.org/licenses/>.
  
- # Check parallel-tests features:
- # - listing $(srcdir)/ or $(top_srcdir)/ in TESTS doesn't work ATM,
- #   and is thus diagnosed.
- # TODO: this test should also ensure that the 'make' implementation
- #       properly adheres to rules in all cases.  See the Autoconf
- #       manual for the ugliness in this area, when VPATH comes into
- #       play.  :-/
+ # Check parallel-tests features: listing $(srcdir)/ in TESTS works.
  
 -am_parallel_tests=yes
  . ./defs || Exit 1
  
  echo AC_OUTPUT >> configure.ac