Skip to content

Commit 0b9d8e7

Browse files
committed
docs: add TEST-NEEDS.md (CRG C)
1 parent e2bc649 commit 0b9d8e7

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

TEST-NEEDS.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# TEST-NEEDS.md — halideiser
2+
3+
## CRG Grade: C — ACHIEVED 2026-04-04
4+
5+
## Current Test State
6+
7+
| Category | Count | Notes |
8+
|----------|-------|-------|
9+
| Test files | 2 | Current state |
10+
11+
## What's Covered
12+
13+
- [x] 2 existing test file(s)
14+
- [x] Rust integration tests
15+
16+
## Still Missing (for CRG B+)
17+
18+
- [ ] Zig FFI tests (if applicable)
19+
- [ ] CI/CD test automation
20+
- [ ] Property-based tests
21+
- [ ] Edge case coverage
22+
23+
## Run Tests
24+
25+
```bash
26+
cargo test --all
27+
```

0 commit comments

Comments
 (0)