llvm/llvm/unittests/TextAPI/TextStubV5Tests.cpp

//===-- TextStubV5Tests.cpp - TBD V5 File Test ----------------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===-----------------------------------------------------------------------===/

#include "TextStubHelpers.h"
#include "llvm/TextAPI/InterfaceFile.h"
#include "llvm/TextAPI/TextAPIReader.h"
#include "llvm/TextAPI/TextAPIWriter.h"
#include "gtest/gtest.h"
#include <string>
#include <vector>

usingnamespacellvm;
usingnamespacellvm::MachO;

namespace TBDv5 {

TEST(TBDv5, ReadFile) {}

TEST(TBDv5, ReadMultipleTargets) {}

TEST(TBDv5, ReadMultipleDocuments) {}

TEST(TBDv5, WriteFile) {}

TEST(TBDv5, WriteMultipleDocuments) {}

TEST(TBDv5, Target_Simulator) {}

TEST(TBDv5, Target_UnsupportedMinOS) {}

TEST(TBDv5, MisspelledKey) {}

TEST(TBDv5, InvalidVersion) {}

TEST(TBDv5, MissingRequiredKey) {}

TEST(TBDv5, InvalidSymbols) {}

TEST(TBDv5, DefaultMinOS) {}

TEST(TBDv5, InvalidMinOS) {}

TEST(TBDv5, SimSupport) {}

TEST(TBDv5, NotForSharedCache) {}

TEST(TBDv5, ObjCInterfaces) {}

TEST(TBDv5, MergeIF) {}

TEST(TBDv5, ExtractIF) {}

TEST(TBDv5, RemoveIF) {}

TEST(TBDv5, InlineIF) {}
} // end namespace TBDv5