Skip to content

Remove unused itest.cpp test driver.#211

Merged
zzcgumn merged 1 commit into
dds-bridge:developfrom
tameware:remove-itest
Jun 27, 2026
Merged

Remove unused itest.cpp test driver.#211
zzcgumn merged 1 commit into
dds-bridge:developfrom
tameware:remove-itest

Conversation

@tameware

Copy link
Copy Markdown
Collaborator

The file was excluded from the dtest build, had no Bazel target, and referenced a nonexistent realMain entry point.

The file was excluded from the dtest build, had no Bazel target, and
referenced a nonexistent realMain entry point.

Co-authored-by: Cursor <cursoragent@cursor.com>

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

This pull request removes the unused itest.cpp test driver and aligns the Bazel test source glob and documentation to reflect that only dtest is supported.

Changes:

  • Deleted library/tests/itest.cpp, which referenced a realMain entry point that does not exist in the codebase.
  • Updated library/tests/BUILD.bazel to stop excluding itest.cpp from the test_sources filegroup (since the file is now removed).
  • Updated library/tests/args.hpp documentation to remove mention of the removed itest driver.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
library/tests/itest.cpp Removes an unused test driver with a nonexistent entry point.
library/tests/BUILD.bazel Simplifies the test_sources exclude list now that itest.cpp is gone.
library/tests/args.hpp Updates docs to describe args.hpp as supporting dtest only.

@tameware tameware marked this pull request as ready for review June 27, 2026 03:10

@zzcgumn zzcgumn left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Thanks for cleaning this up.

@zzcgumn zzcgumn merged commit d1b970b into dds-bridge:develop Jun 27, 2026
7 checks passed
@tameware tameware deleted the remove-itest branch June 27, 2026 11:58
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.

3 participants