Skip to content

Commit 17aee27

Browse files
auto commit
1 parent 7ca0451 commit 17aee27

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

TestVectors/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,20 +19,24 @@ This validates the Database Encryption SDK's cross-version compatibility.
1919
Start in the root `./TestVectors` directory and read the runtime specific building and running instructions below.
2020

2121
#### Java
22+
2223
1. Run `make build_java`
2324
2. Run `make test_java`
2425

2526
#### .NET
27+
2628
1. Run `make transpile_net`
2729
2. Run `cd runtimes/net`
2830
3. Run `dotnet run --framework net6.0`
2931

3032
#### Rust
33+
3134
1. Run `make transpile_rust`
3235
2. Run `make polymorph_rust`
3336
3. Run `make test_rust`
3437

3538
#### Go
39+
3640
1. Run `make transpile_go`
3741
2. Run `make test_go`
3842

0 commit comments

Comments
 (0)