Files
2023-05-14 11:44:44 +00:00

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 = ["*"]