reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
    1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11
   12
   13
   14
   15
   16
   17
   18
   19
   20
   21
   22
   23
   24
   25
   26
   27
   28
   29
   30
   31
   32
   33
   34
   35
   36
   37
   38
   39
   40
   41
   42
   43
   44
   45
   46
   47
   48
   49
   50
   51
   52
   53
   54
   55
   56
   57
   58
   59
   60
   61
   62
   63
   64
   65
   66
   67
   68
   69
   70
   71
   72
   73
   74
   75
   76
   77
   78
   79
   80
   81
   82
   83
   84
   85
   86
   87
   88
   89
   90
   91
import("//llvm/utils/unittest/unittest.gni")

unittest("SupportTests") {
  deps = [
    "//llvm/lib/Support",
    "//llvm/lib/Testing/Support",
  ]
  sources = [
    "ARMAttributeParser.cpp",
    "AlignOfTest.cpp",
    "AlignmentTest.cpp",
    "AllocatorTest.cpp",
    "AnnotationsTest.cpp",
    "ArrayRecyclerTest.cpp",
    "BinaryStreamTest.cpp",
    "BlockFrequencyTest.cpp",
    "BranchProbabilityTest.cpp",
    "CRCTest.cpp",
    "CachePruningTest.cpp",
    "Casting.cpp",
    "CheckedArithmeticTest.cpp",
    "Chrono.cpp",
    "CommandLineTest.cpp",
    "CompressionTest.cpp",
    "ConvertUTFTest.cpp",
    "CrashRecoveryTest.cpp",
    "DJBTest.cpp",
    "DataExtractorTest.cpp",
    "DebugCounterTest.cpp",
    "DebugTest.cpp",
    "EndianStreamTest.cpp",
    "EndianTest.cpp",
    "ErrnoTest.cpp",
    "ErrorOrTest.cpp",
    "ErrorTest.cpp",
    "FileCheckTest.cpp",
    "FileCollectorTest.cpp",
    "FileOutputBufferTest.cpp",
    "FileUtilitiesTest.cpp",
    "FormatVariadicTest.cpp",
    "GlobPatternTest.cpp",
    "Host.cpp",
    "ItaniumManglingCanonicalizerTest.cpp",
    "JSONTest.cpp",
    "KnownBitsTest.cpp",
    "LEB128Test.cpp",
    "LineIteratorTest.cpp",
    "LockFileManagerTest.cpp",
    "MD5Test.cpp",
    "ManagedStatic.cpp",
    "MatchersTest.cpp",
    "MathExtrasTest.cpp",
    "MemoryBufferTest.cpp",
    "MemoryTest.cpp",
    "NativeFormatTests.cpp",
    "ParallelTest.cpp",
    "Path.cpp",
    "ProcessTest.cpp",
    "ProgramTest.cpp",
    "RegexTest.cpp",
    "ReplaceFileTest.cpp",
    "ReverseIterationTest.cpp",
    "ScaledNumberTest.cpp",
    "SourceMgrTest.cpp",
    "SpecialCaseListTest.cpp",
    "StringPool.cpp",
    "SwapByteOrderTest.cpp",
    "SymbolRemappingReaderTest.cpp",
    "TarWriterTest.cpp",
    "TargetParserTest.cpp",
    "TaskQueueTest.cpp",
    "ThreadLocalTest.cpp",
    "ThreadPool.cpp",
    "Threading.cpp",
    "TimerTest.cpp",
    "TrailingObjectsTest.cpp",
    "TrigramIndexTest.cpp",
    "TypeNameTest.cpp",
    "TypeTraitsTest.cpp",
    "UnicodeTest.cpp",
    "VersionTupleTest.cpp",
    "VirtualFileSystemTest.cpp",
    "YAMLIOTest.cpp",
    "YAMLParserTest.cpp",
    "formatted_raw_ostream_test.cpp",
    "raw_ostream_test.cpp",
    "raw_pwrite_stream_test.cpp",
    "raw_sha1_ostream_test.cpp",
    "xxhashTest.cpp",
  ]
}