webauthn/cbor/dune

17 lines
296 B
Text
Raw Normal View History

2021-09-29 14:34:09 +00:00
(library
(name cbor)
(public_name webauthn.cbor)
(modules CBOR)
2021-09-29 14:34:09 +00:00
(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)))