diff --git a/graphic_lite/graphic_utils/BUILD.gn b/graphic_lite/graphic_utils/BUILD.gn index 577d5d1ae708db818f600a9d9e31c1f0a912b013..24cf458c0160b5ec064d9602ecfdd6f617581770 100755 --- a/graphic_lite/graphic_utils/BUILD.gn +++ b/graphic_lite/graphic_utils/BUILD.gn @@ -13,7 +13,7 @@ group("uikit_test1") { deps = [ - "//test/xts/acts/graphic_lite/graphic_utils/a:ActsUiInterfaceTest1", + "//test/xts/acts/graphic_lite/graphic_utils/a:ActsGraphicInterfaceTest", "//test/xts/acts/graphic_lite/graphic_utils/color_posix:ActsColorTest", "//test/xts/acts/graphic_lite/graphic_utils/geometry2d_posix:ActsGeometyr2dTest", "//test/xts/acts/graphic_lite/graphic_utils/graphic_math_posix:ActsGraphicMathTest", diff --git a/graphic_lite/graphic_utils/a/BUILD.gn b/graphic_lite/graphic_utils/a/BUILD.gn index 0e2babecf73d292601fbcd98f5bd1939b28dc6e3..c333a314227c099687604ee7f19775a6932189ce 100755 --- a/graphic_lite/graphic_utils/a/BUILD.gn +++ b/graphic_lite/graphic_utils/a/BUILD.gn @@ -16,7 +16,7 @@ import("//build/lite/config/subsystem/graphic/config.gni") import("//build/lite/ndk/ndk.gni") import("//test/xts/tools/lite/build/suite_lite.gni") -hcpptest_suite("ActsUiInterfaceTest1") { +hcpptest_suite("ActsGraphicInterfaceTest") { suite_name = "acts" if (enable_graphic_font) { sources = [ diff --git a/graphic_lite/graphic_utils/a/Test.json b/graphic_lite/graphic_utils/a/Test.json index e13fc4c83a6705e4e2a2b6e525388081cbb48fff..0437d3bc5ca125bd208174e84ef2eedf1fa26cc2 100755 --- a/graphic_lite/graphic_utils/a/Test.json +++ b/graphic_lite/graphic_utils/a/Test.json @@ -20,6 +20,6 @@ ], "driver": { "type": "CppTestLite", - "execute": "/test_root/graphic/ActsUiInterfaceTest.bin" + "execute": "/test_root/graphic/ActsGraphicInterfaceTest.bin" } } \ No newline at end of file