X-Git-Url: http://nitlanguage.org diff --git a/tests/README b/tests/README index c41d71d..7042a5c 100644 --- a/tests/README +++ b/tests/README @@ -5,3 +5,8 @@ This directory contains small NIT programs divided in some categories: * 'example' are examples * 'test' are others tests * 'shootout' are benchmarks from http://shootout.alioth.debian.org/ + +The .gitignore contains specific artefacts produced by some tests. +However, it is better to produce these artifacts in the `out` directory instead, +because `out` is cleaned before runing tests (so that old artefacts do not +interfere with new executions of tests)