From ef7b0ec370fc78bd51e797046168bb09ea8a7f4b Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Tue, 17 Jan 2012 12:44:36 +0000 Subject: [PATCH] Add 'make check' as a synonym for 'make test'. --- Makefile.in | 2 ++ README | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) 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 -- 1.8.3.1