1 import("//clang/lib/StaticAnalyzer/Frontend/enable.gni")
6 "AST/ByteCode:InterpTests",
7 "ASTMatchers:ASTMatchersTests",
8 "ASTMatchers/Dynamic:DynamicASTMatchersTests",
10 "CodeGen:ClangCodeGenTests",
11 "CrossTU:CrossTUTests",
12 "Driver:ClangDriverTests",
14 "Frontend:FrontendTests",
16 "InstallAPI:InstallAPITests",
17 "Interpreter:ClangReplInterpreterTests",
19 "Rewrite:RewriteTests",
21 "Serialization:SerializationTests",
22 "Support:ClangSupportTests",
23 "Tooling:ToolingTests",
24 "Tooling/Syntax:SyntaxTests",
26 if (clang_enable_static_analyzer) {
28 "Analysis:ClangAnalysisTests",
29 "Analysis/FlowSensitive:ClangAnalysisFlowSensitiveTests",
30 "StaticAnalyzer:StaticAnalysisTests",
33 if (host_os != "win") {
35 # FIXME: libclang unit tests are disabled on Windows due
36 # to failures, mostly in libclang.VirtualFileOverlay_*.
37 # FIXME: Also, the executable can't find libclang.dll since that's
38 # in a different directory.
39 "libclang:libclangTests",
40 "libclang/CrashTests:libclangCrashTests",
42 # Exceptions on Windows are not yet supported.
43 "Interpreter/ExceptionTests:ClangReplInterpreterExceptionTests",