summaryrefslogtreecommitdiffstatshomepage
path: root/tests/run-tests
diff options
context:
space:
mode:
authorPaul Sokolovsky <pfalcon@users.sourceforge.net>2014-01-19 18:46:21 +0200
committerPaul Sokolovsky <pfalcon@users.sourceforge.net>2014-01-19 18:46:21 +0200
commit9954b4b99d9119ea55b1c204b12bad1e7b45589b (patch)
treee255bbc57931fa3ab338e876d359e138639bd6ff /tests/run-tests
parent8c3858b01623f9527b57b13c44ff97c67bafb00b (diff)
downloadmicropython-9954b4b99d9119ea55b1c204b12bad1e7b45589b.tar.gz
micropython-9954b4b99d9119ea55b1c204b12bad1e7b45589b.zip
Add directory for I/O tests with basic test for file methods.
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