diff --git a/ts2panda/BUILD.gn b/ts2panda/BUILD.gn index 954e903051ed94a4d473a3781dd9bc6c8916e339..a0e6a24788bb9a72a16dd41df84e175bc628ad2e 100755 --- a/ts2panda/BUILD.gn +++ b/ts2panda/BUILD.gn @@ -243,10 +243,8 @@ ohos_copy("copy_ts2abc_tests") { } group("ts2abc_unittests") { - testonly = true - deps = [ "tests:ts2abc_tests(${buildtool_linux})" ] - - # if (host_os == "linux") { - # deps += [ "${ts2abc_root}/ts2abc/tests:unittest" ] - # } + if (host_os == "linux") { + testonly = true + deps = [ "tests:ts2abc_tests(${buildtool_linux})" ] + } }