
Tests scripts must be named : T_ID := "t_" <id>
(eg: t_second_doc)

Execution of a test must produce a T_ID ".out" (merging of stdout and stderr).

The verdict is computed by comparing T_ID ".out" and T_ID ".ref"


