summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2017-03-14 00:08:26 +0300
committerIvan Maidanski <ivmai@mail.ru>2017-03-14 00:08:26 +0300
commit4fad4e58810c5f967642190142d828e632715b5d (patch)
treed55ab6fc8418ae0bf0d56d184c39634115de42ae /README.md
parent817ea6f69388ffcd14850109806748a5f8e330fd (diff)
downloadbdwgc-4fad4e58810c5f967642190142d828e632715b5d.tar.gz
Rename 'test' to 'check' target in Makefile.direct
This is to match the target name in Makefile generated by configure. * Makefile.direct: Update comment about testing (rename "test" target to "check"). * Makefile.direct (check): Renamed from "test". * Makefile.direct (test): Depend on check; add comment. * README.QUICK (INSTALLATION): Leave information only about the recent GC version. * README.QUICK (INSTALLATION): Replace "make test" with "make check". * README.md (Installation and Portability): Likewise.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 355b3d36..c2a8baa6 100644
--- a/README.md
+++ b/README.md
@@ -193,7 +193,7 @@ configure execution, this means pkg.m4 cannot be found, most probably
you should run `pkg-config` once before running `./autogen.sh` (autoreconf).
Below we focus on the collector build using classic makefile.
-For the Makefile.direct-based process, typing `make test` instead of `make`
+For the Makefile.direct-based process, typing `make check` instead of `make`
will automatically build the collector and then run `setjmp_test` and `gctest`.
`Setjmp_test` will give you information about configuring the collector, which is
useful primarily if you have a machine that's not already supported. Gctest is