exercism / ocaml

Exercism exercises in OCaml.
https://exercism.org/tracks/ocaml
MIT License
93 stars 50 forks source link

compile stub files #357

Closed marionebl closed 5 years ago

marionebl commented 5 years ago

Compile stub files introduced via #285 against tests to ensure they stay in sync. As per https://github.com/exercism/ocaml/pull/306#issuecomment-506813997. Depends on #356

(alias
  (name    buildtest)
  (deps    (:x test.exe)))
(alias
  (name    buildtest)
  (deps    (:x test.exe)))

(env
  (dev
    (flags (:standard -warn-error -A))))