We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17aee27 commit 0e28707Copy full SHA for 0e28707
TestVectors/README.md
@@ -26,19 +26,22 @@ Start in the root `./TestVectors` directory and read the runtime specific buildi
26
#### .NET
27
28
1. Run `make transpile_net`
29
-2. Run `cd runtimes/net`
+2. Run `cp ./java/*.json ./net/`
30
+3. Run `cd runtimes/net`
31
3. Run `dotnet run --framework net6.0`
32
33
#### Rust
34
35
1. Run `make transpile_rust`
-2. Run `make polymorph_rust`
36
-3. Run `make test_rust`
+2. Run `cp ./java/*.json ./rust/`
37
+3. Run `make polymorph_rust`
38
+4. Run `make test_rust`
39
40
#### Go
41
42
1. Run `make transpile_go`
-2. Run `make test_go`
43
+2. Run `cp ./java/*.json ./go/`
44
+3. Run `make test_go`
45
46
### Saving results for later
47
0 commit comments