Home | History | Annotate | Download | only in tests
      1 // Build the unit tests.
      2 cc_test {
      3     name: "libopenslestests",
      4 
      5     shared_libs: ["libOpenSLES"],
      6 
      7     srcs: ["mimeUri_test.cpp"],
      8 
      9     cflags: [
     10         "-Werror",
     11         "-Wall",
     12     ],
     13 }
     14 
     15 // Build the manual test programs.
     16 subdirs = ["*"]
     17