Add 'make check' target.
This commit is contained in:
parent
057106c665
commit
ac5cafeb21
|
@ -5,3 +5,6 @@ shell:
|
||||||
|
|
||||||
irc:
|
irc:
|
||||||
ocamlbuild -use-ocamlfind irc.byte
|
ocamlbuild -use-ocamlfind irc.byte
|
||||||
|
|
||||||
|
check:
|
||||||
|
ocamlbuild -use-ocamlfind test.byte --
|
||||||
|
|
Loading…
Reference in a new issue