summaryrefslogtreecommitdiffstatshomepage
path: root/tests
diff options
context:
space:
mode:
authorPaul Sokolovsky <pfalcon@users.sourceforge.net>2015-08-30 11:11:18 +0300
committerPaul Sokolovsky <pfalcon@users.sourceforge.net>2015-08-30 11:11:18 +0300
commit1a1b48e51a49bfcd2e16ed5d764567bb2e5aa753 (patch)
tree048903ce6bce6e746fc9f6191e2bcce6d24fbf35 /tests
parente8ad47a6cab43d26006cb89ad70668cbb70abf64 (diff)
downloadmicropython-1a1b48e51a49bfcd2e16ed5d764567bb2e5aa753.tar.gz
micropython-1a1b48e51a49bfcd2e16ed5d764567bb2e5aa753.zip
tests: Add feature_check dir to collect capability detection scripts.
Which are currently intermixed with real scripts and spread around various dirs.
Diffstat (limited to 'tests')
-rw-r--r--tests/feature_check/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/feature_check/README b/tests/feature_check/README
new file mode 100644
index 0000000000..d062020f7b
--- /dev/null
+++ b/tests/feature_check/README
@@ -0,0 +1,4 @@
+This directory doesn't contain real tests, but code snippets to detect
+various interpreter features, which can't be/inconvenient to detecte by
+other means. Scripts here are executed by run-tests at the beginning of
+testsuite to decide what other test groups to run/exclude.