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