]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
test/ec: build the libs only when 'make check' 8926/head
authorBoris Ranto <branto@redhat.com>
Tue, 23 Feb 2016 04:57:14 +0000 (05:57 +0100)
committerBoris Ranto <branto@redhat.com>
Wed, 4 May 2016 10:16:20 +0000 (12:16 +0200)
commit0bbfea5cf13c138bbb2f0993607fa0dbf756281b
tree0117cd658e8c04d966cf7faa997e9a4ce3c2da7f
parentef972c6def27dec5dfe22da94d76851487081b7b
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>
ceph.spec.in
src/erasure-code/Makefile.am
src/test/erasure-code/Makefile.am