summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSage Weil <sage@inktank.com>2013-09-19 12:08:45 -0700
committerSage Weil <sage@inktank.com>2013-09-19 12:52:53 -0700
commitfd6646f25642f302ed95fb3870e701f9afbc9d11 (patch)
treeb330391489e8fcc7a3e6e1f060a57f8c4828ae1a
parent5421d6da2ca34d122c1de8faec13522801fe77fb (diff)
downloadceph-fd6646f25642f302ed95fb3870e701f9afbc9d11.tar.gz
Makefile: fix unittest_arch
Also broken by 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 f4f4defd6f7..9ce4a246673 100644
--- a/src/test/Makefile.am
+++ b/src/test/Makefile.am
@@ -389,6 +389,11 @@ unittest_crc32c_LDADD = $(UNITTEST_LDADD) $(CEPH_GLOBAL)
unittest_crc32c_CXXFLAGS = $(UNITTEST_CXXFLAGS)
check_PROGRAMS += unittest_crc32c
+unittest_arch_SOURCES = test/test_arch.c
+unittest_arch_LDADD = $(UNITTEST_LDADD) $(CEPH_GLOBAL)
+unittest_arch_CXXFLAGS = $(UNITTEST_CXXFLAGS)
+check_PROGRAMS += unittest_arch
+
unittest_crypto_SOURCES = test/crypto.cc
unittest_crypto_LDADD = $(UNITTEST_LDADD) $(CEPH_GLOBAL)
unittest_crypto_CXXFLAGS = $(UNITTEST_CXXFLAGS)