diff --git a/graphic_lite/graphic_utils/BUILD.gn b/graphic_lite/graphic_utils/BUILD.gn index 577d5d1ae708db818f600a9d9e31c1f0a912b013..178835f9240b055a9a43dbf26e2f93f1111975a7 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:ActsUiInterface1Test", "//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 4df4aa451267fc079e80559893faec45dfda3e9d..6efbe1981f1942ce908ca10ea2bb0c217ad60787 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("ActsUiInterface1Test") { 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..ee4a082ea07501d6eb8ebf25b3efa48d50c44e84 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/ActsUiInterface1Test.bin" } } \ No newline at end of file