(executable
 (libraries cstruct bigarray alcotest cstruct-sexp)
 (name tests))

(alias
 (name runtest)
 (package cstruct-sexp)
 (action
  (run ./tests.exe -e)))
