Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,30 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
---

## [Unreleased]
# [v1.39.0]

## CLI

### Self-healing vix tests

`vix tests` now automatically configures and builds the project when CTest is not ready.

---

### Changes

- Automatically runs `vix check --tests` if the build directory does not exist
- Automatically builds when `CTestTestfile.cmake` is missing
- Re-resolves the preset build directory after auto-build
- Preserves the selected preset to avoid mismatched build directories

---

### Impact

- `vix tests` works on fresh clones without requiring a manual `vix check`
- Removes unnecessary friction in the test workflow
- Improves overall CLI robustness

# [v1.38.0]

Expand Down
Loading