prove.sh 602 B

123456789101112131415161718192021
  1. #! /bin/sh -x
  2. # $Id$
  3. # Copyright 2010, 2012 Free Software Foundation, Inc.
  4. #
  5. # Copying and distribution of this file, with or without modification,
  6. # are permitted in any medium without royalty provided the copyright
  7. # notice and this notice are preserved.
  8. if test z"$srcdir" = 'z'; then
  9. srcdir='.'
  10. fi
  11. #prove -I "$tpdir" -I "$srcdir"/lib "$srcdir"/t/*.t
  12. tpdir=$srcdir/../tp
  13. prove -I "$tpdir" -I "$tpdir"/maintain/lib/Unicode-EastAsianWidth/lib/ \
  14. -I "$tpdir"/maintain/lib/libintl-perl/lib \
  15. -I "$tpdir"/maintain/lib/Text-Unidecode/lib/ \
  16. -I "$srcdir"/lib \
  17. "$srcdir"/t/*.t