Codebase list texinfo / debian/6.6.91.dfsg.1-1 Pod-Simple-Texinfo / prove.sh
debian/6.6.91.dfsg.1-1

Tree @debian/6.6.91.dfsg.1-1 (Download .tar.gz)

prove.sh @debian/6.6.91.dfsg.1-1raw · history · blame

#! /bin/sh -x
# Copyright 2010-2019 Free Software Foundation, Inc.
#
# Copying and distribution of this file, with or without modification,
# are permitted in any medium without royalty provided the copyright
# notice and this notice are preserved.

if test z"$srcdir" = 'z'; then
  srcdir='.'
fi

#prove -I "$tpdir" -I "$srcdir"/lib "$srcdir"/t/*.t

tpdir=$srcdir/../tp
prove -I "$tpdir" -I "$tpdir"/maintain/lib/Unicode-EastAsianWidth/lib/ \
      -I "$tpdir"/maintain/lib/libintl-perl/lib \
      -I "$tpdir"/maintain/lib/Text-Unidecode/lib/ \
      -I "$srcdir"/lib \
      "$srcdir"/t/*.t