From: Tomas Mlcoch Date: Tue, 2 Jul 2013 07:32:18 +0000 (+0200) Subject: README.md: Add note about compilation of C tests. X-Git-Tag: upstream/0.2.1~60 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=161d592f7fd9d6c206bec35a6819abf75f5fa236;p=services%2Fcreaterepo_c.git README.md: Add note about compilation of C tests. --- diff --git a/README.md b/README.md index 50a35fe..48fc715 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,8 @@ Note: For a verbose output of testing use: ``make ARGS="-V" test`` build/tests/run_gtester.sh +Note: The C tests have to be builded by ``make tests``)! + ### Run only Python unittests (from your checkout dir): PYTHONPATH=`readlink -f ./build/src/python/` nosetests -s tests/python/tests/