blob: 099f41620c980c790557de5fca98917ecad02044 [file] [log] [blame]
Dan Willemsenb44c69e2017-10-23 17:15:03 -07001cc_test {
2 name: "test_aaudio_marshalling",
3 srcs: ["test_marshalling.cpp"],
4 shared_libs: [
5 "libaaudio",
6 "libbinder",
7 "libcutils",
8 "libutils",
9 ],
10}
11
12cc_test {
13 name: "test_block_adapter",
14 srcs: ["test_block_adapter.cpp"],
15 shared_libs: ["libaaudio"],
16}
17
18cc_test {
19 name: "test_timestamps",
20 srcs: ["test_timestamps.cpp"],
21 header_libs: ["libaaudio_example_utils"],
22 shared_libs: ["libaaudio"],
23}
24
25cc_test {
26 name: "test_linear_ramp",
27 srcs: ["test_linear_ramp.cpp"],
28 shared_libs: ["libaaudio"],
29}
30
31cc_test {
32 name: "test_open_params",
33 srcs: ["test_open_params.cpp"],
34 shared_libs: [
35 "libaaudio",
36 "libbinder",
37 "libcutils",
38 "libutils",
39 ],
40}
41
42cc_test {
43 name: "test_no_close",
44 srcs: ["test_no_close.cpp"],
45 shared_libs: [
46 "libaaudio",
47 "libbinder",
48 "libcutils",
49 "libutils",
50 ],
51}
52
53cc_test {
54 name: "test_aaudio_recovery",
55 srcs: ["test_recovery.cpp"],
56 shared_libs: [
57 "libaaudio",
58 "libbinder",
59 "libcutils",
60 "libutils",
61 ],
62}
63
64cc_test {
65 name: "test_n_streams",
66 srcs: ["test_n_streams.cpp"],
67 shared_libs: [
68 "libaaudio",
69 "libbinder",
70 "libcutils",
71 "libutils",
72 ],
73}
74
75cc_test {
76 name: "test_bad_disconnect",
77 srcs: ["test_bad_disconnect.cpp"],
78 shared_libs: [
79 "libaaudio",
80 "libbinder",
81 "libcutils",
82 "libutils",
83 ],
84}