Skip to content

Commit 8cb9090

Browse files
committed
docs(design): Cover overarching goals
1 parent b43d9bf commit 8cb9090

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

DESIGN.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Design decisions
22

3+
Overall goals:
4+
1. Very fast build times (our competitor, libtest, has 0s build times)
5+
2. Flexible enough that we can have just one test harness to cover nearly everyone's needs
6+
- `trybuild`, `trycmd`, `tryfn`, `toml-test-harness`, etc can all be extensions
7+
3. Minimal breaking changes after 1.0
8+
4. Provide building blocks for other other custom test harnesses
9+
310
## json format
411

512
Goals:

0 commit comments

Comments
 (0)