// Copyright 2022 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "reference_drivers/memfd_memory.h" #include <tuple> #include "testing/gtest/include/gtest/gtest.h" namespace ipcz::reference_drivers { namespace { MemfdMemoryTest; TEST_F(MemfdMemoryTest, CreateAndMap) { … } TEST_F(MemfdMemoryTest, CreateMapClose) { … } TEST_F(MemfdMemoryTest, CreateCloneMapClose) { … } } // namespace } // namespace ipcz::reference_drivers