]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
documentation: simplify running make check
authorLoic Dachary <ldachary@redhat.com>
Sat, 6 Dec 2014 22:59:54 +0000 (23:59 +0100)
committerLoic Dachary <ldachary@redhat.com>
Sat, 13 Dec 2014 14:01:40 +0000 (15:01 +0100)
commitb9ddf97a0c917179e30d4d7bf5fff282c33a60d9
tree486f3cf4649f0e0b6ee18c0023a6e1d1d805f558
parent35e4f425cf05b1001aa20ca2ba6a847ad5328c9a
documentation: simplify running make check

Encapsulate the compilation steps (install dependencies, autogen.sh,
configure, make check) in the run-make-check.sh script. Update the
developer documentation to point to this script instead of multiple
steps.

It is intended as a tool to help new developer make sure their patch is
sane, it focuses on efficiency (runs make check in parallel if possible)
and coverage (enables docker based tests if possible).

http://tracker.ceph.com/issues/10265 Fixes: #10265

Signed-off-by: Loic Dachary <ldachary@redhat.com>
SubmittingPatches
doc/dev/quick_guide.rst
run-make-check.sh [new file with mode: 0755]