(executable
 (name test)
 (libraries alcotest yojson))

(rule
 (alias compliance-tests)
 (deps
  (:test test.exe)
  (glob_files test_cases/*))
 (action
  (run %{test} --show-errors)))
