From 1a1b48e51a49bfcd2e16ed5d764567bb2e5aa753 Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Sun, 30 Aug 2015 11:11:18 +0300 Subject: [PATCH] tests: Add feature_check dir to collect capability detection scripts. Which are currently intermixed with real scripts and spread around various dirs. --- tests/feature_check/README | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 tests/feature_check/README diff --git a/tests/feature_check/README b/tests/feature_check/README new file mode 100644 index 000000000..d062020f7 --- /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.