// Copyright 2017 The Chromium OS Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include <cstring> #include "gtest/gtest.h" #include "puffin/src/bit_reader.h" #include "puffin/src/bit_writer.h" #include "puffin/src/logging.h" #include "puffin/src/unittest_common.h" namespace puffin { // Testing |BufferBitReader| and |BufferBitWriter|. TEST(BitIOTest, BitWriterAndBitReaderTest) { … } TEST(BitIOTest, BitsRemaining) { … } } // namespace puffin