diff --git a/test/dwarfs.cpp b/test/dwarfs.cpp index ad61daaf..927e9dc0 100644 --- a/test/dwarfs.cpp +++ b/test/dwarfs.cpp @@ -767,6 +767,8 @@ TEST_P(file_scanner, inode_ordering) { opts.file_order.mode = order_mode; opts.file_hash_algorithm = file_hash_algo; + opts.inode.with_similarity = order_mode == file_order_mode::SIMILARITY; + opts.inode.with_nilsimsa = order_mode == file_order_mode::NILSIMSA; auto input = std::make_shared(); constexpr int dim = 14;