]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
Fix make check blockers. 3224/head
authorMatt Benjamin <matt@cohortfs.com>
Sat, 10 Jan 2015 20:17:59 +0000 (15:17 -0500)
committerMatt Benjamin <matt@cohortfs.com>
Wed, 14 Jan 2015 21:44:47 +0000 (16:44 -0500)
commit45e9cd5bd4769d5e64c9a53a5a29096f81fbae30
tree831162a3b5ce80095dac97136db863cf713ad6bb
parentdaefad7a4b58e1b0063abc423695d2d414066f80
Fix make check blockers.

Replace ceph-helpers.sh check for ms_nocrc with the new formula
for this.  Fixes make check for default build.

Additionally, fix linkage of several unittests when building with
--enable-xio.
xio:  add missing noinst headers
The common/address_helper.h file was not mentioned, also
msg/xio/XioSubmit.h.
Fix for Message.cc compilation error when Xio disabled.
Mention simple_dispatcher.h and xio_dispatcher.h in noinst_HEADERS.
xio:  require boost-regex.
Make address_helper conditional on Xio.
This carries over to simple_client/simple_server,
for convenience.

Signed-off-by: Matt Benjamin <matt@cohortfs.com>
configure.ac
src/common/Makefile.am
src/messages/MDataPing.h
src/messages/MPing.h
src/messages/Makefile.am
src/msg/Makefile.am
src/test/Makefile.am
src/test/ceph-helpers.sh
src/test/messenger/Makefile.am