summaryrefslogtreecommitdiff
path: root/Pod-Simple-Texinfo/prove.sh
diff options
context:
space:
mode:
authorLorry Tar Creator <lorry-tar-importer@baserock.org>2013-09-26 23:06:02 +0000
committer <>2015-02-03 11:56:22 +0000
commite0b511b834f3529395df67126a7314097c2cf97e (patch)
tree89945ae53183ab2acdc61659c8b0b3e57e4a1f3a /Pod-Simple-Texinfo/prove.sh
parent2d8ae7b161658c4a589172db0072fc99f76fa979 (diff)
downloadtexinfo-tarball-master.tar.gz
Imported from /home/lorry/working-area/delta_texinfo-tarball/texinfo-5.2.tar.xz.HEADtexinfo-5.2master
Diffstat (limited to 'Pod-Simple-Texinfo/prove.sh')
-rwxr-xr-xPod-Simple-Texinfo/prove.sh20
1 files changed, 20 insertions, 0 deletions
diff --git a/Pod-Simple-Texinfo/prove.sh b/Pod-Simple-Texinfo/prove.sh
new file mode 100755
index 0000000..91c7e04
--- /dev/null
+++ b/Pod-Simple-Texinfo/prove.sh
@@ -0,0 +1,20 @@
+#! /bin/sh -x
+# $Id: prove.sh 5191 2013-02-23 00:11:18Z karl $
+# 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