From 2dbc6b005731db0e865d004df56aefdf6c65b28d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96zg=C3=BCr=20Akg=C3=BCn?= Date: Mon, 17 Oct 2016 17:49:32 +0100 Subject: [PATCH] add a readme file to record the different kinds of tests --- tests/README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 tests/README.md diff --git a/tests/README.md b/tests/README.md new file mode 100644 index 0000000000..73af021fdc --- /dev/null +++ b/tests/README.md @@ -0,0 +1,11 @@ + +This directory contains test files for testing Conjure. + +There are 4 kinds of tests. + +- exhaustive: See `tests/exhaustive/README.md` +- parse_print: See `tests/parse_print/README.md` +- custom: See `tests/custom/README.md` +- golden: Only tests the help text at the moment. + +Regression tests can be found in the following locations: `tests/*/private-issues`.