blob: b83346fd79bcea3f25449303dc384ffd8bab70b9 [file] [log] [blame]
// slesTest_playStates
cc_test {
name: "slesTest_playStates",
gtest: false,
srcs: ["slesTest_playStates.cpp"],
shared_libs: ["libOpenSLES"],
cflags: [
"-Werror",
"-Wall",
"-UNDEBUG",
],
}
// slesTest_playStreamType
cc_test {
name: "slesTest_playStreamType",
gtest: false,
srcs: ["slesTestPlayStreamType.cpp"],
shared_libs: ["libOpenSLES"],
cflags: [
"-Werror",
"-Wall",
"-UNDEBUG",
],
}
// slesTest_playUri
cc_test {
name: "slesTest_playUri",
gtest: false,
srcs: ["slesTestPlayUri.cpp"],
shared_libs: ["libOpenSLES"],
cflags: [
"-Werror",
"-Wall",
"-UNDEBUG",
],
}
// slesTest_loopUri
cc_test {
name: "slesTest_loopUri",
gtest: false,
srcs: ["slesTestLoopUri.cpp"],
shared_libs: ["libOpenSLES"],
cflags: [
"-Werror",
"-Wall",
"-UNDEBUG",
],
}
// slesTest_playUri2
cc_test {
name: "slesTest_playUri2",
gtest: false,
srcs: ["slesTestPlayUri2.cpp"],
shared_libs: ["libOpenSLES"],
cflags: [
"-Werror",
"-Wall",
"-UNDEBUG",
],
}
// slesTest_slowDownUri
cc_test {
name: "slesTest_slowDownUri",
gtest: false,
srcs: ["slesTestSlowDownUri.cpp"],
shared_libs: ["libOpenSLES"],
cflags: [
"-Werror",
"-Wall",
"-UNDEBUG",
],
}
// slesTest_manyPlayers
cc_test {
name: "slesTest_manyPlayers",
gtest: false,
srcs: ["slesTestManyPlayers.cpp"],
shared_libs: ["libOpenSLES"],
cflags: [
"-Werror",
"-Wall",
"-UNDEBUG",
],
}
// slesTest_getPositionUri
cc_test {
name: "slesTest_getPositionUri",
gtest: false,
srcs: ["slesTestGetPositionUri.cpp"],
shared_libs: ["libOpenSLES"],
cflags: [
"-Werror",
"-Wall",
"-UNDEBUG",
],
}