diff options
author | Sage Weil <sage@inktank.com> | 2013-09-19 12:08:45 -0700 |
---|---|---|
committer | Sage Weil <sage@inktank.com> | 2013-09-19 12:08:45 -0700 |
commit | 4eaf98c1d914bb2a5591dfa6e06177ca18a5b3f0 (patch) | |
tree | abfda9b6dcb3fb50b64d0be8a7e369829dcfdc1f | |
parent | d7d85292a4903269d5d80e0c58fce83b9832961d (diff) | |
download | ceph-4eaf98c1d914bb2a5591dfa6e06177ca18a5b3f0.tar.gz |
Makefile: fix unittest_archwip-neon-crc32c
Also broken by makefile refactor.
Signed-off-by: Sage Weil <sage@inktank.com>
-rw-r--r-- | src/test/Makefile.am | 5 |
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) |