Skip to content

docs: add test-container-proxy to make help output#2249

Merged
lpcox merged 1 commit into
mainfrom
fix/makefile-help-container-proxy
Mar 21, 2026
Merged

docs: add test-container-proxy to make help output#2249
lpcox merged 1 commit into
mainfrom
fix/makefile-help-container-proxy

Conversation

@lpcox

@lpcox lpcox commented Mar 21, 2026

Copy link
Copy Markdown
Collaborator

Adds the test-container-proxy target to the make help listing so it's discoverable alongside other test targets.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot AI review requested due to automatic review settings March 21, 2026 00:38
@lpcox lpcox merged commit ac8c10e into main Mar 21, 2026
13 checks passed
@lpcox lpcox deleted the fix/makefile-help-container-proxy branch March 21, 2026 00:38

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the repository’s make help output to surface a container-proxy integration test target alongside other test targets.

Changes:

  • Adds test-container-proxy to the help target output.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread Makefile
@echo " test-all - Run all tests (unit + integration)"
@echo " test-serena - Run Serena MCP Server tests (direct connection)"
@echo " test-serena-gateway - Run Serena MCP Server tests (via MCP Gateway)"
@echo " test-container-proxy - Run container proxy integration tests (requires Docker)"

Copilot AI Mar 21, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The help output advertises a test-container-proxy target, but there is no corresponding make target defined anywhere in this Makefile (the only occurrence is this help line). This will mislead users; either add the test-container-proxy: target (and any required .PHONY entry) or change the help text to match the actual existing target name.

Suggested change
@echo " test-container-proxy - Run container proxy integration tests (requires Docker)"

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants