Skip to content

Commit 724f30e

Browse files
auto commit
1 parent faf7330 commit 724f30e

File tree

1 file changed

+19
-9
lines changed

1 file changed

+19
-9
lines changed

TestVectors/README.md

Lines changed: 19 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,25 @@ This validates the Database Encryption SDK's cross-version compatibility.
1616

1717
### Building and Running
1818

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`
2838

2939
### Saving results for later
3040

0 commit comments

Comments
 (0)