objective categorical abstract machine language personal data server
1(library
2 (name test_support)
3 (modules mock_http test_utils)
4 (libraries hermes base64 http cohttp cohttp-lwt lwt yojson uri))
5
6(test
7 (name test_types)
8 (modules test_types)
9 (libraries alcotest hermes ipld yojson))
10
11(test
12 (name test_jwt)
13 (modules test_jwt)
14 (libraries alcotest hermes base64))
15
16(test
17 (name test_client)
18 (modules test_client)
19 (libraries alcotest hermes test_support lwt lwt.unix cohttp yojson)
20 (preprocess
21 (pps lwt_ppx)))
22
23(test
24 (name test_credential_manager)
25 (modules test_credential_manager)
26 (libraries alcotest hermes test_support lwt lwt.unix cohttp yojson)
27 (preprocess
28 (pps lwt_ppx)))