Add README for tests/.

This commit is contained in:
Paul Sokolovsky 2014-01-19 18:51:59 +02:00
parent 9954b4b99d
commit db796ef84d
1 changed files with 4 additions and 0 deletions

4
tests/README Normal file
View File

@ -0,0 +1,4 @@
This directory contains tests for various functionality areas of MicroPython.
To run all stable tests, run "run-tests" script in this directory. Note
that bytecode tests are not yet stable and should be run separately in
"bytecode" subdirectory.