Skip to content

draft#4868

Closed
mcodilla wants to merge 5 commits intomainfrom
dev/mcodilla/4523
Closed

draft#4868
mcodilla wants to merge 5 commits intomainfrom
dev/mcodilla/4523

Conversation

@mcodilla
Copy link
Copy Markdown
Contributor

@mcodilla mcodilla commented Apr 7, 2026

No description provided.

Brian Cody and others added 5 commits July 22, 2025 16:10
…ting

- BLOCKER: Replace path.relative() with executableTargets lookup to map
  test program paths to actual CMake target names. The previous approach
  produced file paths (e.g. 'tests/my_test') instead of target names
  (e.g. 'my_test'), causing cmake --build --target to fail.
- BLOCKER: Fix accmulatedTestList.concat() no-op by using push(...) so
  tests are properly marked as errored on build failure.
- MAJOR: Check return value of recursive getTestTargets() call so child
  failures propagate correctly to the caller.
- MINOR: Add guard for empty testProgram() return to prevent nonsensical
  build targets from empty strings.
- MINOR: Fix typo accmulatedTestList -> accumulatedTestList.
- MINOR: Remove extra whitespace in for statement and redundant
  .toString() call.
- NIT: Remove trailing semicolon after for...of block.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@mcodilla mcodilla closed this Apr 10, 2026
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