From 85e17ca66589444d5949337456d5d4ce9dee1441 Mon Sep 17 00:00:00 2001 From: Luka Perkov Date: Fri, 9 May 2014 11:44:19 +0200 Subject: [PATCH] doc: refer to README.md to find out more information about tests Reason for this change is because 'make test' command does not work. Signed-off-by: Luka Perkov --- CONTRIBUTING.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 960a9450a..152cdcd7b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -142,11 +142,8 @@ Bug fixes and features should come with tests. Add your tests in the Look at other tests to see how they should be structured (license boilerplate, the way entry points are declared, etc.). -``` -$ make test -``` - -Make sure that there are no test regressions. +Check README.md file to find out how to run the test suite and make sure that +there are no test regressions. ### PUSH