summaryrefslogtreecommitdiffstatshomepage
path: root/tests/run-tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run-tests')
-rwxr-xr-xtests/run-tests2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run-tests b/tests/run-tests
index 7ab1281337..318920b5ee 100755
--- a/tests/run-tests
+++ b/tests/run-tests
@@ -10,7 +10,7 @@ numpassed=0
numfailed=0
namefailed=
-for infile in basics/*.py
+for infile in basics/*.py io/*.py
do
basename=`basename $infile .py`
outfile=${basename}.out