We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2bc649 commit 0b9d8e7Copy full SHA for 0b9d8e7
TEST-NEEDS.md
@@ -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