18 lines
285 B
Plaintext
18 lines
285 B
Plaintext
// Build the unit tests.
|
|
cc_test {
|
|
name: "libopenslestests",
|
|
|
|
shared_libs: ["libOpenSLES"],
|
|
|
|
srcs: ["mimeUri_test.cpp"],
|
|
|
|
cflags: [
|
|
"-Werror",
|
|
"-Wall",
|
|
"-Wno-deprecated-declarations",
|
|
],
|
|
}
|
|
|
|
// Build the manual test programs.
|
|
subdirs = ["*"]
|