blob: 883d1388d14e6ebb23b589949e6aa82f11619280 [file] [log] [blame]
Dominik Laskowski6fdf1142020-10-07 12:09:09 -07001cc_test {
2 name: "ftl_test",
3 test_suites: ["device-tests"],
4 sanitize: {
5 address: true,
6 },
7 srcs: [
Dominik Laskowski5444fc82020-11-24 13:41:10 -08008 "small_map_test.cpp",
9 "small_vector_test.cpp",
10 "static_vector_test.cpp",
Dominik Laskowski6fdf1142020-10-07 12:09:09 -070011 ],
12 cflags: [
13 "-Wall",
14 "-Werror",
15 "-Wextra",
16 "-Wpedantic",
17 ],
18}