]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
run-make-check.sh: use "make check" for running tests
authorKefu Chai <kchai@redhat.com>
Thu, 7 Jul 2016 04:41:54 +0000 (12:41 +0800)
committerKefu Chai <kchai@redhat.com>
Thu, 7 Jul 2016 04:41:57 +0000 (12:41 +0800)
commit146d2b15ffad73ba1b419d890127e24ef9afcc0d
tree910ddc5c85ee1cbdee089e3b4ceb25bba53df012
parent152b7b6c900e74ec316cfa3c47e7f9c9425f8689
run-make-check.sh: use "make check" for running tests

"make all" does not offer "ceph-disk" and "ceph-detect-init" for
testing. as they are solely used for testing purpose. instead, these two
python command line packages are installed by the "install" target. so
we need to use "make check" to 1) prepare the test dependencies 2)
launch ctest to perform the test.

Signed-off-by: Kefu Chai <kchai@redhat.com>
run-make-check.sh