From 15ee5d65d16be620cf777d462105d0092a26dda4 Mon Sep 17 00:00:00 2001 From: Federico Ceratto Date: Thu, 24 Jan 2019 10:24:58 +0000 Subject: Add koch run example (#10434) --- doc/contributing.rst | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/doc/contributing.rst b/doc/contributing.rst index e3ab697d3..b90d61270 100644 --- a/doc/contributing.rst +++ b/doc/contributing.rst @@ -60,7 +60,7 @@ Compiler -------- The tests for the compiler use a testing tool called ``testament``. They are all -located in ``tests/`` (eg: ``tests/destructor/tdestructor3.nim``). +located in ``tests/`` (e.g.: ``tests/destructor/tdestructor3.nim``). Each test has its own file. All test files are prefixed with ``t``. If you want to create a file for import into another test only, use the prefix ``m``. @@ -115,6 +115,13 @@ list of these, see ``testament/categories.nim``, at the bottom. ./koch tests c lib +To run a single test: + +:: + + ./koch tests c / + +E.g. ``./koch test run stdlib/thttpclient_ssl`` For reproducible tests (to reproduce an environment more similar to the one run by Continuous Integration on travis/appveyor), you may want to disable your -- cgit 1.4.1-2-gfad0