Page MenuHomePhabricator

Add Ocaml checks to AllTest.php
Closed, DeclinedPublic

Description

In javascript (TexVCjs) it is possible to run ocaml tests with a binary in the test all.js.
Currently the binary path is set to 0, so that the tests are skipped in javascript.

  • Check if it is necessary for php TexVC to run Ocaml
  • Create a ocaml runner like in tests/all.js in AllTest.php

TexVCjs could also be downloaded and used for test comparisons instead.