From 9f01019bd9d8d26d369eb8593bc602504608b102 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20W=C3=B6lfel?= Date: Fri, 14 Feb 2020 07:11:28 +0100 Subject: [PATCH] Add description for single test execution MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Without this description it is not obvious how to run a single test from the regression test suite. Signed-off-by: Tobias Wölfel --- docs/internals.adoc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/internals.adoc b/docs/internals.adoc index 1af32c954..94edaf247 100644 --- a/docs/internals.adoc +++ b/docs/internals.adoc @@ -716,6 +716,13 @@ respectively 16,384 and 4,096. The method of doing this is system dependent, but on Fedora Linux it would require editing the `/etc/security/limits.conf` file as root. +=== Manual Test Execution + +A specific regression test can be executed manually. To start the "EXAMPLE" +test, run the following command. + + test_regress/t/t_EXAMPLE.pl + === Continuous Integration Verilator has a https://travis-ci.com/verilator/verilator[Travis CI environment]