blob: ee8350a65f4596abfa3a62c20363327645ae7cee [file] [log] [blame]
cc_test {
cflags: [
"-Wall",
"-Werror",
"-Wextra",
"-O0",
],
srcs: [
"teeui_test.cpp",
"gtest_main.cpp",
],
name: "teeui_unit_tests",
static_libs: [
"libteeui",
"libft2.nodep",
],
host_supported: true,
}