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