make-test now runs doctests also; fixed several broken doctests

This commit is contained in:
Jason Gerard DeRose
2008-10-17 20:50:34 -06:00
parent 8322138f38
commit f1eb74e22c
4 changed files with 36 additions and 65 deletions

View File

@@ -10,7 +10,7 @@ do
if [[ -f $executable ]]; then
echo "[ $name: Starting tests... ]"
((runs += 1))
if $executable /usr/bin/nosetests -v
if $executable /usr/bin/nosetests -v --with-doctest
then
echo "[ $name: Tests OK ]"
else