mirror of
https://github.com/openharmony/third_party_musl2.git
synced 2026-07-01 10:25:07 -04:00
224df1620e
Signed-off-by: maweiye <maweiye@huawei.com>
15 lines
261 B
Plaintext
15 lines
261 B
Plaintext
import("//build/test.gni")
|
|
|
|
group("musl_libc_test") {
|
|
testonly = true
|
|
|
|
deps = [
|
|
"src/api:main",
|
|
"src/common:runtest",
|
|
"src/functional:functional_test",
|
|
"src/math:math_test",
|
|
"src/musl:pleval",
|
|
"src/regression:regression_test",
|
|
]
|
|
}
|