Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
house-lee committed Feb 6, 2025
1 parent 3f04d9e commit d392aaa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@ $(tar_package): $(base_linux_package)
## mockgen: generates the mocks for the droplet agent service
mockgen:
@echo "Generating mocks"
mockgen -package=mock_os -destination=internal/sysutil/internal/mocks/os_mocks.go os FileInfo
mockgen -source=internal/sysutil/common.go -package=sysutil -destination=internal/sysutil/common_mocks.go
mockgen -source=internal/sysutil/os_operations_helper.go -package=sysutil -destination=internal/sysutil/os_operations_helper_mocks.go
mockgen -source=internal/sysaccess/common.go -package=mocks -destination=internal/sysaccess/internal/mocks/mocks.go
Expand Down

0 comments on commit d392aaa

Please sign in to comment.