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

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

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

#! /bin/sh -x
# $Id: prove.sh,v 1.2 2012/11/13 18:30:38 karl Exp $
# Copyright 2010, 2012 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