From db796ef84d1737edc4ee44f1b53ff0c1fddb349c Mon Sep 17 00:00:00 2001
From: Paul Sokolovsky <pfalcon@users.sourceforge.net>
Date: Sun, 19 Jan 2014 18:51:59 +0200
Subject: [PATCH] Add README for tests/.

---
 tests/README | 4 ++++
 1 file changed, 4 insertions(+)
 create mode 100644 tests/README

diff --git a/tests/README b/tests/README
new file mode 100644
index 000000000..ef0070571
--- /dev/null
+++ b/tests/README
@@ -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.
-- 
GitLab