Codebase list texinfo / 4e668e6a-9f7c-4f16-9611-4db1f44ca67f/main Pod-Simple-Texinfo / prove.sh
4e668e6a-9f7c-4f16-9611-4db1f44ca67f/main

Tree @4e668e6a-9f7c-4f16-9611-4db1f44ca67f/main (Download .tar.gz)

prove.sh @4e668e6a-9f7c-4f16-9611-4db1f44ca67f/mainraw · 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