summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSage Weil <sage@inktank.com>2013-09-19 08:47:09 -0700
committerSage Weil <sage@inktank.com>2013-09-19 08:48:23 -0700
commit5421d6da2ca34d122c1de8faec13522801fe77fb (patch)
tree134092cc82c54a404bce1be603c8d0d2d532e54f
parent96010924cbbcbd00ca4605fb6a5a336ccfa43c7d (diff)
downloadceph-5421d6da2ca34d122c1de8faec13522801fe77fb.tar.gz
Makefile: fix unittest_crc32c
This got dropped during the makefile refactor. Signed-off-by: Sage Weil <sage@inktank.com>
-rw-r--r--src/test/Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/test/Makefile.am b/src/test/Makefile.am
index 80ec69425ca..f4f4defd6f7 100644
--- a/src/test/Makefile.am
+++ b/src/test/Makefile.am
@@ -384,6 +384,11 @@ unittest_bufferlist_LDADD = $(UNITTEST_LDADD) $(CEPH_GLOBAL)
unittest_bufferlist_CXXFLAGS = $(UNITTEST_CXXFLAGS)
check_PROGRAMS += unittest_bufferlist
+unittest_crc32c_SOURCES = test/common/test_crc32c.cc
+unittest_crc32c_LDADD = $(UNITTEST_LDADD) $(CEPH_GLOBAL)
+unittest_crc32c_CXXFLAGS = $(UNITTEST_CXXFLAGS)
+check_PROGRAMS += unittest_crc32c
+
unittest_crypto_SOURCES = test/crypto.cc
unittest_crypto_LDADD = $(UNITTEST_LDADD) $(CEPH_GLOBAL)
unittest_crypto_CXXFLAGS = $(UNITTEST_CXXFLAGS)