blob: c41b90b746e41cb695ea372f6fe30d256ba6b132 [file] [log] [blame] [edit]
import("//build/go/go_test.gni")
import("//build/package.gni")
go_test("compatibility_test_bin") {
gopackage = "fidl/compatibility_test"
go_dependencies = [
{
package = "fidl/compatibility_test"
source = "//garnet/go/src/fidl/compatibility_test"
}
]
output_name = "fidl_compatibility_test"
}
package("compatibility_test") {
testonly = true
package_name = "fidl_compatibility_test"
deps = [":compatibility_test_bin"]
tests = [{ name = "fidl_compatibility_test" }]
}