已合并
fix openharmony compile error #2598
zzulilyw创建于 5月20日
fix openharmony compile error #2598
已合并
共 1 个文件变更+2-0
| @@ -25,6 +25,8 @@ ohos_executable("mktime_noenv") { | |||
| 25 | subsystem_name = "musl" | 25 | subsystem_name = "musl" |
| 26 | part_name = "libc-test" | 26 | part_name = "libc-test" |
| 27 | 27 | ||
| 28 | + testonly=true | ||
| 29 | + | ||
| 28 | sources = [ "mktime_noenv.c" ] | 30 | sources = [ "mktime_noenv.c" ] |
| 29 | 31 | ||
| 30 | include_dirs = [ | 32 | include_dirs = [ |