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 7ca0451 commit 17aee27Copy full SHA for 17aee27
TestVectors/README.md
@@ -19,20 +19,24 @@ This validates the Database Encryption SDK's cross-version compatibility.
19
Start in the root `./TestVectors` directory and read the runtime specific building and running instructions below.
20
21
#### Java
22
+
23
1. Run `make build_java`
24
2. Run `make test_java`
25
26
#### .NET
27
28
1. Run `make transpile_net`
29
2. Run `cd runtimes/net`
30
3. Run `dotnet run --framework net6.0`
31
32
#### Rust
33
34
1. Run `make transpile_rust`
35
2. Run `make polymorph_rust`
36
3. Run `make test_rust`
37
38
#### Go
39
40
1. Run `make transpile_go`
41
2. Run `make test_go`
42
0 commit comments