Dominik Laskowski | 6fdf114 | 2020-10-07 12:09:09 -0700 | [diff] [blame] | 1 | cc_test { |
2 | name: "ftl_test", | ||||
3 | test_suites: ["device-tests"], | ||||
4 | sanitize: { | ||||
5 | address: true, | ||||
6 | }, | ||||
7 | srcs: [ | ||||
Dominik Laskowski | 5444fc8 | 2020-11-24 13:41:10 -0800 | [diff] [blame] | 8 | "small_map_test.cpp", |
9 | "small_vector_test.cpp", | ||||
10 | "static_vector_test.cpp", | ||||
Dominik Laskowski | 6fdf114 | 2020-10-07 12:09:09 -0700 | [diff] [blame] | 11 | ], |
12 | cflags: [ | ||||
13 | "-Wall", | ||||
14 | "-Werror", | ||||
15 | "-Wextra", | ||||
16 | "-Wpedantic", | ||||
17 | ], | ||||
18 | } |