Revision d79255aea6ed65a6ccee20633a7fe71619d7e34c authored by No author on 17 November 1997, 17:43:45 UTC, committed by No author on 17 November 1997, 17:43:45 UTC
git-svn-id: http://caml.inria.fr/svn/ocaml/release/1.06@1781 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
1 parent b8e86dc
Raw File
Makefile
# ocaml must be installed...

test: Tests Exemples

Tests:
	TERM=dumb ../ocaml < Tests.ml | tail +3 > Tests.proc
	- diff Tests.exp Tests.proc

Exemples:
	TERM=dumb ../ocaml < Exemples.ml | tail +3 > Exemples.proc
	- diff Exemples.exp Exemples.proc
back to top