blob: 5bccaca42ddfb32bc37bfb69a8ffd99526e06ace [file] [log] [blame]
cc_test {
name: "ftl_test",
test_suites: ["device-tests"],
sanitize: {
address: true,
},
srcs: [
"future_test.cpp",
"small_map_test.cpp",
"small_vector_test.cpp",
"static_vector_test.cpp",
],
cflags: [
"-Wall",
"-Werror",
"-Wextra",
"-Wpedantic",
],
}