diff --git a/bundle.json b/bundle.json index 61f777fabcce24c2647a934f68738e51b40fe2e3..996c2a2be7959f88eb765a8623abcbc822427a70 100644 --- a/bundle.json +++ b/bundle.json @@ -97,8 +97,8 @@ "test": [ "//foundation/communication/ipc/ipc/test:moduletest", "//foundation/communication/ipc/ipc/native/test:unittest", - "//foundation/communication/ipc/services/dbinder/test:unittest" + "//foundation/communication/ipc/services/dbinder/test/unittest:unittest" ] } } - } \ No newline at end of file + } diff --git a/services/dbinder/test/BUILD.gn b/services/dbinder/test/BUILD.gn index 61c158fb9e48c961000d3bf720adb8fdc5296232..d4fb5bdef9e0364023fbf89d7d2344249819b5ad 100644 --- a/services/dbinder/test/BUILD.gn +++ b/services/dbinder/test/BUILD.gn @@ -27,7 +27,7 @@ config("libtestdbinder_config") { include_dirs = [ "//commonlibrary/c_utils/base/include", "//utils/system/safwk/native/include", - "//test/developertest/aw/distributed", + "//test/testfwk/developer_test/aw/distributed", "$SUBSYSTEM_DIR/utils/include", "$SUBSYSTEM_DIR/services/dbinder/dbinder_service/include", "$SUBSYSTEM_DIR/interfaces/innerkits/ipc_core/include", @@ -163,8 +163,3 @@ group("moduletest") { testonly = true deps = [ "moduletest" ] } - -group("unittest") { - testonly = true - deps = [ "unittest" ] -}