File tree Expand file tree Collapse file tree 1 file changed +19
-9
lines changed Expand file tree Collapse file tree 1 file changed +19
-9
lines changed Original file line number Diff line number Diff line change @@ -16,15 +16,25 @@ This validates the Database Encryption SDK's cross-version compatibility.
16
16
17
17
### Building and Running
18
18
19
- 1 . Start in the root ` ./TestVectors ` directory
20
- 2 . Run ` make build_java `
21
- 3 . Run ` make test_java `
22
- 4 . Run ` make transpile_net `
23
- 5 . Run ` cd runtimes/net `
24
- 6 . Run ` dotnet run --framework net6.0 `
25
- 7 . Run ` make transpile_rust `
26
- 8 . Run ` make polymorph_rust `
27
- 9 . Run ` make test_rust `
19
+ Start in the root ` ./TestVectors ` directory and read the runtime specific building and running instruction below.
20
+
21
+ #### Java
22
+ 1 . Run ` make build_java `
23
+ 2 . Run ` make test_java `
24
+
25
+ #### .NET
26
+ 1 . Run ` make transpile_net `
27
+ 2 . Run ` cd runtimes/net `
28
+ 3 . Run ` dotnet run --framework net6.0 `
29
+
30
+ #### Rust
31
+ 1 . Run ` make transpile_rust `
32
+ 2 . Run ` make polymorph_rust `
33
+ 3 . Run ` make test_rust `
34
+
35
+ #### Go
36
+ 1 . Run ` make transpile_go `
37
+ 2 . Run ` make test_go `
28
38
29
39
### Saving results for later
30
40
You can’t perform that action at this time.
0 commit comments