Commit a12195b9 by Ben Clayton

marl: Remove the unittests from the Chromium build

Marl has its own repo and tests now, and so it is excessive to build and run these tests for downstream projects as well. Bug: b/140546382 Change-Id: Ic79db961a3bfae072a56ffeb7052165c127538d3 Reviewed-on: https://swiftshader-review.googlesource.com/c/SwiftShader/+/36112Reviewed-by: 's avatarBen Clayton <bclayton@google.com> Tested-by: 's avatarBen Clayton <bclayton@google.com>
parent e693b62e
......@@ -70,22 +70,3 @@ swiftshader_source_set("Marl") {
":Marl_headers",
]
}
test("marl_unittests") {
sources = [
"src/conditionvariable_test.cpp",
"src/containers_test.cpp",
"src/defer_test.cpp",
"src/osfiber_test.cpp",
"src/pool_test.cpp",
"src/scheduler_test.cpp",
"src/ticket_test.cpp",
"src/waitgroup_test.cpp",
"src/marl_test.cpp",
]
deps = [
":Marl",
"//testing/gtest",
"//testing/gmock",
]
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment