chromium/third_party/puffin/src/brotli_util_unittest.cc

// Copyright 2021 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 "gtest/gtest.h"

#include "puffin/memory_stream.h"
#include "puffin/src/include/puffin/brotli_util.h"
#include "puffin/src/puffin_stream.h"

namespace puffin {

namespace {

// echo "puffin test" | xxd -i
const Buffer kTestString =;
}  // namespace

TEST(BrotliUtilTest, CompressAndDecompressTest) {}

}  // namespace puffin