components/python/zope-interface/runtests.sh
author John Beck <John.Beck@Oracle.COM>
Tue, 20 Oct 2015 15:05:05 -0700
changeset 4984 7145b15b7f0d
parent 1890 5a4ef66c42bf
child 7233 b36e8c8d93ff
permissions -rw-r--r--
PSARC 2014/190 Python 2.6 EOF 21136303 Python 2.6 EOF
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1890
5a4ef66c42bf 16808434 Many components probably don't need a PATH line in their Makefiles
david.comay@oracle.com
parents:
diff changeset
     1
#! /bin/sh
5a4ef66c42bf 16808434 Many components probably don't need a PATH line in their Makefiles
david.comay@oracle.com
parents:
diff changeset
     2
5a4ef66c42bf 16808434 Many components probably don't need a PATH line in their Makefiles
david.comay@oracle.com
parents:
diff changeset
     3
for test in \
5a4ef66c42bf 16808434 Many components probably don't need a PATH line in their Makefiles
david.comay@oracle.com
parents:
diff changeset
     4
    test_advice \
5a4ef66c42bf 16808434 Many components probably don't need a PATH line in their Makefiles
david.comay@oracle.com
parents:
diff changeset
     5
    test_document \
5a4ef66c42bf 16808434 Many components probably don't need a PATH line in their Makefiles
david.comay@oracle.com
parents:
diff changeset
     6
    test_element \
5a4ef66c42bf 16808434 Many components probably don't need a PATH line in their Makefiles
david.comay@oracle.com
parents:
diff changeset
     7
    test_odd_declarations \
5a4ef66c42bf 16808434 Many components probably don't need a PATH line in their Makefiles
david.comay@oracle.com
parents:
diff changeset
     8
    test_sorting \
5a4ef66c42bf 16808434 Many components probably don't need a PATH line in their Makefiles
david.comay@oracle.com
parents:
diff changeset
     9
    test_verify \
5a4ef66c42bf 16808434 Many components probably don't need a PATH line in their Makefiles
david.comay@oracle.com
parents:
diff changeset
    10
    ; do
5a4ef66c42bf 16808434 Many components probably don't need a PATH line in their Makefiles
david.comay@oracle.com
parents:
diff changeset
    11
	${PYTHON} src/zope/interface/tests/${test}.py
5a4ef66c42bf 16808434 Many components probably don't need a PATH line in their Makefiles
david.comay@oracle.com
parents:
diff changeset
    12
done