blob: eb8e57a9112facadef4dbf2d961ff2dadcd8ed1d [file] [log] [blame]
cc_test {
name: "ftl_test",
test_suites: ["device-tests"],
sanitize: {
address: true,
},
srcs: [
"SmallMap_test.cpp",
"SmallVector_test.cpp",
"StaticVector_test.cpp",
],
cflags: [
"-Wall",
"-Werror",
"-Wextra",
"-Wpedantic",
],
}