From ff44e68d4ccfeb0b08363d5b2b5195716571fefe Mon Sep 17 00:00:00 2001 From: LeoHsiao Date: Thu, 13 Aug 2020 20:30:52 +0800 Subject: [PATCH] Rename tests/README.md --- tests/{README.md => README-TESTS.md} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename tests/{README.md => README-TESTS.md} (99%) diff --git a/tests/README.md b/tests/README-TESTS.md similarity index 99% rename from tests/README.md rename to tests/README-TESTS.md index ea699d13..a7324377 100644 --- a/tests/README.md +++ b/tests/README-TESTS.md @@ -1,4 +1,4 @@ -- [Introduction](#introduction) +- [README-TESTS](#README-TESTS) - [Running the test suite](#running-the-test-suite) - [Writing new tests](#writing-new-tests) - [Test suite](#test-suite) @@ -23,7 +23,7 @@ -# Introduction +# README-TESTS This test suite is intended for system tests, i.e. for running a binary with certain parameters and comparing the output against an expected value. This is