| 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", | |
| ], | |
| } |