#!/bin/sh

inputfile=debian/tests/fonctions2.ml
expected="      8       4 $inputfile"
ocamlwc debian/tests/fonctions2.ml | grep -q "$expected"
