From: Richard W.M. Jones Date: Tue, 17 Jan 2012 12:44:36 +0000 (+0000) Subject: Add 'make check' as a synonym for 'make test'. X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=ef7b0ec370fc78bd51e797046168bb09ea8a7f4b;p=ocaml-bitstring.git Add 'make check' as a synonym for 'make test'. --- diff --git a/Makefile.in b/Makefile.in index 3f626ba..3f77648 100644 --- a/Makefile.in +++ b/Makefile.in @@ -135,6 +135,8 @@ else PP = -pp 'camlp4o $(OCAMLLIB)/bisect/bisect.cma bitstring.cma bitstring_persistent.cma pa_bitstring.cmo' endif +check: test + test: pa_bitstring.cmo \ bitstring.cma bitstring_persistent.cma \ bitstring.cmxa bitstring_persistent.cmxa \ diff --git a/README b/README index f49f63a..1d82d17 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -ocaml-bitstring Copyright (C) 2008 Red Hat Inc, Richard W.M. Jones. +ocaml-bitstring Copyright (C) 2008-2012 Red Hat Inc, Richard W.M. Jones. This library was formerly known as 'bitmatch'. @@ -17,7 +17,7 @@ To build: Other make targets: - make test # build and run the test suite + make check # build and run the test suite make examples # build the examples