16 lines
296 B
Text
16 lines
296 B
Text
(library
|
|
(name cbor)
|
|
(public_name webauthn.cbor)
|
|
(modules CBOR)
|
|
(wrapped false)
|
|
(libraries ocplib-endian))
|
|
|
|
(executable
|
|
(name test)
|
|
(modules test)
|
|
(libraries webauthn.cbor yojson))
|
|
|
|
(rule
|
|
(alias runtest)
|
|
(deps test.exe appendix_a.json)
|
|
(action (run ./test.exe appendix_a.json)))
|