16 lines
245 B
Text
16 lines
245 B
Text
// Build the unit tests.
|
|
cc_test {
|
|
name: "libopenslestests",
|
|
|
|
shared_libs: ["libOpenSLES"],
|
|
|
|
srcs: ["mimeUri_test.cpp"],
|
|
|
|
cflags: [
|
|
"-Werror",
|
|
"-Wall",
|
|
],
|
|
}
|
|
|
|
// Build the manual test programs.
|
|
subdirs = ["*"]
|