blob: 5bccaca42ddfb32bc37bfb69a8ffd99526e06ace [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 Laskowski4e2b71f2020-11-10 15:05:32 -08008 "future_test.cpp",
Dominik Laskowski5444fc82020-11-24 13:41:10 -08009 "small_map_test.cpp",
10 "small_vector_test.cpp",
11 "static_vector_test.cpp",
Dominik Laskowski6fdf1142020-10-07 12:09:09 -070012 ],
13 cflags: [
14 "-Wall",
15 "-Werror",
16 "-Wextra",
17 "-Wpedantic",
18 ],
19}