From: Yan, Zheng Date: Thu, 30 Jul 2015 08:01:46 +0000 (+0800) Subject: tests: disable unittest_blkdev on OSX X-Git-Tag: v9.1.0~259^2~13 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=e71269caf64e10d09103101f98bc5dfbd0985e1c;p=ceph.git tests: disable unittest_blkdev on OSX the test uses sysfs, which does not exist on OSX Signed-off-by: Yan, Zheng --- diff --git a/src/test/Makefile.am b/src/test/Makefile.am index 32e10851717..9d647624995 100644 --- a/src/test/Makefile.am +++ b/src/test/Makefile.am @@ -152,7 +152,9 @@ check_TESTPROGRAMS += unittest_addrs unittest_blkdev_SOURCES = test/common/test_blkdev.cc unittest_blkdev_CXXFLAGS = $(UNITTEST_CXXFLAGS) unittest_blkdev_LDADD = $(UNITTEST_LDADD) $(CEPH_GLOBAL) +if LINUX check_TESTPROGRAMS += unittest_blkdev +endif unittest_bloom_filter_SOURCES = test/common/test_bloom_filter.cc unittest_bloom_filter_CXXFLAGS = $(UNITTEST_CXXFLAGS)