Skip to content

Commit 0e28707

Browse files
auto commit
1 parent 17aee27 commit 0e28707

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

TestVectors/README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,19 +26,22 @@ Start in the root `./TestVectors` directory and read the runtime specific buildi
2626
#### .NET
2727

2828
1. Run `make transpile_net`
29-
2. Run `cd runtimes/net`
29+
2. Run `cp ./java/*.json ./net/`
30+
3. Run `cd runtimes/net`
3031
3. Run `dotnet run --framework net6.0`
3132

3233
#### Rust
3334

3435
1. Run `make transpile_rust`
35-
2. Run `make polymorph_rust`
36-
3. Run `make test_rust`
36+
2. Run `cp ./java/*.json ./rust/`
37+
3. Run `make polymorph_rust`
38+
4. Run `make test_rust`
3739

3840
#### Go
3941

4042
1. Run `make transpile_go`
41-
2. Run `make test_go`
43+
2. Run `cp ./java/*.json ./go/`
44+
3. Run `make test_go`
4245

4346
### Saving results for later
4447

0 commit comments

Comments
 (0)