blob: a140dff654e9edfa039cef7a9ec60fba4a1d4084 [file]
// Copyright 2020 The Fuchsia 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 "stdio-tests.h"
#include "bootfs-tests.h"
#include "tests.h"
namespace {
// The type of FILE* cannot be default-constructed, so we skip the
// TestDefaultConstructedView() test case.
TEST_ITERATION(ZbitlViewStdioTests, StdioTestTraits)
TEST_MUTATION(ZbitlViewStdioTests, StdioTestTraits)
TEST(ZbitlImageStdioTests, Appending) { ASSERT_NO_FATAL_FAILURE(TestAppending<StdioTestTraits>()); }
TEST(ZbitlBootfsStdioTests, Iteration) {
ASSERT_NO_FATAL_FAILURE(TestBootfsIteration<StdioTestTraits>());
}
} // namespace