| #! /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. |
| |
| #set -x |
| |
| if test z"$srcdir" = 'z'; then |
| srcdir='.' |
| fi |
| |
| #prove -I "$tpdir" -I "$srcdir"/lib "$srcdir"/t/*.t |
| |
| tpdir=$srcdir/../tp |
| # the last -I ../tp is here to find modules in the build directory, which should |
| # be the case for Texinfo::ModulePath |
| 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 -I ../tp \ |
| "$srcdir"/t/*.t |