]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
test/ec: build the libs only when 'make check'
authorBoris Ranto <branto@redhat.com>
Tue, 23 Feb 2016 04:57:14 +0000 (05:57 +0100)
committerNathan Cutler <ncutler@suse.com>
Mon, 23 May 2016 21:13:40 +0000 (23:13 +0200)
commit9c81f25b76ef2211910e453ba2bc4577fc921d7f
treeb8cd2c2631789b874c93dc838623085bffa8387b
parentc11db6f103b2dd0049894a606916a84d66933833
test/ec: build the libs only when 'make check'

Currently, we are always building the erasure code libraries while we
need them only when 'make check' is run. Moving the test libraries to
check_LTLIBRARIES should fix this for us.

We no longer need to remove the libec libs manually, remove the lines
that do that.

Signed-off-by: Boris Ranto <branto@redhat.com>
(cherry picked from commit 0bbfea5cf13c138bbb2f0993607fa0dbf756281b)
ceph.spec.in
src/erasure-code/Makefile.am
src/test/erasure-code/Makefile.am