From 9388697d2d67044e153ee79a55a1c0b7de525be2 Mon Sep 17 00:00:00 2001 From: Tomas Mlcoch Date: Thu, 16 May 2013 09:42:38 +0200 Subject: [PATCH] README: Add note about verbose tests. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8509fe0..e7b3236 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,8 @@ All unit tests run from librepo checkout dir make tests && make test +Note: For a verbose output of testing use: ``make ARGS="-V" test`` + ### Run only C unittests (from your checkout dir): build/tests/run_gtester.sh -- 2.7.4