Add 'make check' as a synonym for 'make test'.
authorRichard W.M. Jones <rich@annexia.org>
Tue, 17 Jan 2012 12:44:36 +0000 (12:44 +0000)
committerRichard W.M. Jones <rich@annexia.org>
Tue, 17 Jan 2012 12:44:36 +0000 (12:44 +0000)
Makefile.in
README

index 3f626ba..3f77648 100644 (file)
@@ -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 (file)
--- 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