You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -252,16 +252,15 @@ pub fn main() !void {
252
252
## Testing
253
253
254
254
```bash
255
-
# Test Program SDK (285 tests)
255
+
# Test Program SDK
256
256
./solana-zig/zig build test --summary all
257
257
258
-
# Test SDK only (105 tests)
259
-
cd sdk && ../solana-zig/zig build test --summary all
260
-
261
258
# Integration tests
262
259
./program-test/test.sh
263
260
```
264
261
262
+
Shared SDK types now live in the external repo [DaviRain-Su/solana-sdk-zig](https://github.com/DaviRain-Su/solana-sdk-zig); run its tests there if needed.
263
+
265
264
See [docs/TESTING.md](docs/TESTING.md) for the full test matrix.
0 commit comments