]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
tests: helpers to run make check in containers
authorLoic Dachary <ldachary@redhat.com>
Sun, 21 Dec 2014 09:01:59 +0000 (10:01 +0100)
committerLoic Dachary <ldachary@redhat.com>
Sun, 21 Dec 2014 16:53:00 +0000 (17:53 +0100)
commit2d0d388162fba25af828ad2cb16560a6d00f2337
treefcdbc06b47d7ab29e755473692d12e19c1d5cffc
parent46c83d95285834f8d09dc2fc19b0bbc4f0f48ba5
tests: helpers to run make check in containers

Add scripts that run make check in a container for a given operating
system version. They are a little more than oneliners and serve two
purposes:

  * help new developers who do not have to figure out which options
    should be used

  * run make check in containers in parallel with make -j2

Signed-off-by: Loic Dachary <ldachary@redhat.com>
src/test/Makefile.am
src/test/container-make-check-centos-centos7.sh [new file with mode: 0755]
src/test/container-make-check-ubuntu-14.04.sh [new file with mode: 0755]